Update crates/project_model/src/sysroot.rs

Co-authored-by: Laurențiu Nicola <lnicola@users.noreply.github.com>
This commit is contained in:
Jonas Schievink 2020-10-09 16:17:05 +02:00 committed by GitHub
parent 7d0772e796
commit 55ecfbb99b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {
""
};