mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 23:34:48 +00:00
98a58114a4
Don't analyze dependencies with `test`; this should fix various cases where crates use `cfg(not(test))` and so we didn't find things. "Local" here currently means anything that's not from the registry, so anything inside the workspace, but also path dependencies. So this isn't perfect, and users might still need to use `rust-analyzer.cargo.unsetTest` for these in some cases. |
||
---|---|---|
.. | ||
src | ||
test_data | ||
Cargo.toml |