mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 11:59:49 +00:00
Implement a config override for the default #[cfg(test)] in cargo crates
Fixes crates which vanish when the 'test' cfg atom is set. Fix #7243. Fix #9203. Fix #7225.
This commit is contained in:
parent
1f6abb7fba
commit
8b77e2692c
7 changed files with 108 additions and 55 deletions
|
@ -41,7 +41,7 @@ pub use crate::{
|
|||
},
|
||||
project_json::{ProjectJson, ProjectJsonData},
|
||||
sysroot::Sysroot,
|
||||
workspace::{PackageRoot, ProjectWorkspace},
|
||||
workspace::{CfgOverrides, PackageRoot, ProjectWorkspace},
|
||||
};
|
||||
|
||||
pub use proc_macro_api::ProcMacroClient;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue