mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-28 14:24:23 +00:00
Update crates/project_model/src/sysroot.rs
Co-authored-by: Laurențiu Nicola <lnicola@users.noreply.github.com>
This commit is contained in:
parent
7d0772e796
commit
55ecfbb99b
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ impl Sysroot {
|
|||
|
||||
if sysroot.by_name("core").is_none() {
|
||||
let var_note = if env::var_os("RUST_SRC_PATH").is_some() {
|
||||
" (`RUST_SRC_PATH` might be set incorrectly)"
|
||||
" (`RUST_SRC_PATH` might be incorrect, try unsetting it)"
|
||||
} else {
|
||||
""
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue