diff options
-rw-r--r-- | crates/project_model/src/sysroot.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/project_model/src/sysroot.rs b/crates/project_model/src/sysroot.rs index f0a43eaf6..95b622715 100644 --- a/crates/project_model/src/sysroot.rs +++ b/crates/project_model/src/sysroot.rs | |||
@@ -143,7 +143,7 @@ fn discover_sysroot_src_dir(current_dir: &AbsPath) -> Result<AbsPathBuf> { | |||
143 | can't load standard library from sysroot | 143 | can't load standard library from sysroot |
144 | {} | 144 | {} |
145 | (discovered via `rustc --print sysroot`) | 145 | (discovered via `rustc --print sysroot`) |
146 | try running `rustup component add rust-src` or set `RUST_SRC_PATH`", | 146 | try installing the Rust source the same way you installed rustc", |
147 | sysroot_path.display(), | 147 | sysroot_path.display(), |
148 | ) | 148 | ) |
149 | }) | 149 | }) |