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.
patch_cfg_if
1 parent 23dd54b commit 600747aCopy full SHA for 600747a
crates/project-model/src/workspace.rs
@@ -775,7 +775,7 @@ impl ProjectWorkspace {
775
),
776
};
777
778
- if matches!(sysroot.as_ref().map(|it| it.mode()), Ok(SysrootMode::Workspace(_)))
+ if matches!(sysroot.as_ref().map(|it| it.mode()), Ok(SysrootMode::Stitched(_)))
779
&& crate_graph.patch_cfg_if()
780
{
781
tracing::debug!("Patched std to depend on cfg-if")
0 commit comments