We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
discoverConfig.
discoverConfig
.rust-project.json
linked_projects
Edition 2024 support.
A way to avoid exploding the size of rust-project.json with thousands of cfgs defined repeatedly per crate.
rust-project.json
cfg
Support .rust-project.json (i.e. hidden).
include!(concat!(env!("OBJTREE"), "/..._generated.rs"));
bindings::*
include*!(expr)
expr
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Features that we would like to see
Required (we almost certainly want them)
discoverConfig
..rust-project.json
(i.e. hidden) rust-lang/rust-analyzer#17816 (comment).linked_projects
rust-lang/rust-analyzer#17246.Edition 2024 support.
Nice to have (not critical, we could workaround if needed, etc.)
Low priority (we will likely not use them in the end)
Done (stabilized, fixed, not needed anymore, etc.)
A way to avoid exploding the size of
rust-project.json
with thousands ofcfg
s defined repeatedly per crate.cfg
s for given crates (cfg
groups) rust-lang/rust-analyzer#17815.discoverConfig
support (and we replace completelyrust-project.json
-- see also a few notes at Support.rust-project.json
(i.e. hidden) rust-lang/rust-analyzer#17816 (comment)), then we would not need this anymore, and rust-analyzer will likely remove it: feat: Allow declaring cfg groups in rust-project.json, to help sharing common cfgs rust-lang/rust-analyzer#17857 (comment).Support
.rust-project.json
(i.e. hidden)..rust-project.json
(i.e. hidden) rust-lang/rust-analyzer#17816.Bugs that we would like to see fixed
Required (we almost certainly want them)
include!(concat!(env!("OBJTREE"), "/..._generated.rs"));
bindings::*
for out of tree builds #1050.include*!(expr)
, whereexpr
is not a string literal rust-lang/rust-analyzer#15836.Nice to have (probably not critical, we could workaround if needed, etc.)
Low priority (we will likely not use them in the end)
Done (stabilized, fixed, or not needed anymore, etc.)
The text was updated successfully, but these errors were encountered: