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 7d0772e commit 55ecfbbCopy full SHA for 55ecfbb
crates/project_model/src/sysroot.rs
@@ -91,7 +91,7 @@ impl Sysroot {
91
92
if sysroot.by_name("core").is_none() {
93
let var_note = if env::var_os("RUST_SRC_PATH").is_some() {
94
- " (`RUST_SRC_PATH` might be set incorrectly)"
+ " (`RUST_SRC_PATH` might be incorrect, try unsetting it)"
95
} else {
96
""
97
};
0 commit comments