Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unwanted escapes in help string #13

Open
lnicola opened this issue Mar 15, 2021 · 2 comments
Open

Unwanted escapes in help string #13

lnicola opened this issue Mar 15, 2021 · 2 comments

Comments

@lnicola
Copy link
Collaborator

lnicola commented Mar 15, 2021

$ rust-analyzer analysis-stats
  Batch typecheck project and print summary statistics

  ARGS:
    <path>
      Directory with Cargo.toml.

  OPTIONS:
    --no-sysroot
      Don\'t load sysroot crates (`std`, `core` & friends).
@matklad
Copy link
Owner

matklad commented Mar 15, 2021

Mentoring instructions:

  1. Step one, write an RFC for https://internals.rust-lang.org/t/getting-value-out-of-proc-macro-literal/14140

@matklad
Copy link
Owner

matklad commented Mar 15, 2021

More seriously though, supporting some simple escapes and erroring out for complex ones is probaby the right call at the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants