We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32424d0 commit 88f2abbCopy full SHA for 88f2abb
crates/project-model/src/workspace.rs
@@ -249,10 +249,6 @@ impl ProjectWorkspace {
249
};
250
251
let rustc = match rustc_dir {
252
- Some(rustc_dir) if rustc_dir == cargo_toml => {
253
- tracing::info!(rustc_dir = %rustc_dir.display(), "Workspace is the rustc workspace itself, not adding the rustc workspace separately");
254
- None
255
- }
256
Some(rustc_dir) => {
257
tracing::info!(workspace = %cargo_toml.display(), rustc_dir = %rustc_dir.display(), "Using rustc source");
258
match CargoWorkspace::fetch_metadata(
0 commit comments