Skip to content

Commit 55ecfbb

Browse files
Update crates/project_model/src/sysroot.rs
Co-authored-by: Laurențiu Nicola <[email protected]>
1 parent 7d0772e commit 55ecfbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/project_model/src/sysroot.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ impl Sysroot {
9191

9292
if sysroot.by_name("core").is_none() {
9393
let var_note = if env::var_os("RUST_SRC_PATH").is_some() {
94-
" (`RUST_SRC_PATH` might be set incorrectly)"
94+
" (`RUST_SRC_PATH` might be incorrect, try unsetting it)"
9595
} else {
9696
""
9797
};

0 commit comments

Comments
 (0)