mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-28 05:53:45 +00:00
Auto merge of #14234 - Veykril:rustc-crate-check, r=Veykril
Don't drop rustc crates in the rustc workspace Turns out the rustc workspace has tools that rely on the external crates themselves so this check is faulty
This commit is contained in:
commit
9b441b9c67
1 changed files with 0 additions and 4 deletions
|
@ -249,10 +249,6 @@ impl ProjectWorkspace {
|
|||
};
|
||||
|
||||
let rustc = match rustc_dir {
|
||||
Some(rustc_dir) if rustc_dir == cargo_toml => {
|
||||
tracing::info!(rustc_dir = %rustc_dir.display(), "Workspace is the rustc workspace itself, not adding the rustc workspace separately");
|
||||
None
|
||||
}
|
||||
Some(rustc_dir) => {
|
||||
tracing::info!(workspace = %cargo_toml.display(), rustc_dir = %rustc_dir.display(), "Using rustc source");
|
||||
match CargoWorkspace::fetch_metadata(
|
||||
|
|
Loading…
Reference in a new issue