How do I set Rust-Analyzer to do all features? #7787
Unanswered
Multirious
asked this question in
Q&A
Replies: 3 comments 7 replies
-
Does anyone have any config that works? |
Beta Was this translation helpful? Give feedback.
3 replies
-
You can make use of rust-analyzer.cargo.features. You can add this to your [language-server.rust-analyzer]
config = { cargo = { features = "all" } } |
Beta Was this translation helpful? Give feedback.
4 replies
-
Here is a working config:
See also: rust-lang/rust-analyzer#7791 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've tried all of these at the same time and any of these with any combination in my
.helix/languages.toml
in my project directory.I've insert some random invalid args and Rust-Analyzer did crashed so I know that it is listening.
Beta Was this translation helpful? Give feedback.
All reactions