diff options
author | Bastian Köcher <[email protected]> | 2019-08-22 20:08:34 +0100 |
---|---|---|
committer | Bastian Köcher <[email protected]> | 2019-08-22 20:59:23 +0100 |
commit | 18c7a1ebe7ced9d8039132da06dcd954affec2eb (patch) | |
tree | a854609466bb15d923bc117b7d5204c91cad66c4 /docs | |
parent | 08e5d394dfbca28b15ed5dc772d55d48f87c3f54 (diff) |
Make sysroot use `RUST_SRC_PATH` if set
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/user/README.md b/docs/user/README.md index 7990d1d31..453e8e273 100644 --- a/docs/user/README.md +++ b/docs/user/README.md | |||
@@ -78,6 +78,7 @@ See https://github.com/microsoft/vscode/issues/72308[microsoft/vscode#72308] for | |||
78 | (e.g: `--features="shumway,pdf"` will run as `cargo watch -x "check --features="shumway,pdf""` ) | 78 | (e.g: `--features="shumway,pdf"` will run as `cargo watch -x "check --features="shumway,pdf""` ) |
79 | * `rust-analyzer.trace.server`: enables internal logging | 79 | * `rust-analyzer.trace.server`: enables internal logging |
80 | * `rust-analyzer.trace.cargo-watch`: enables cargo-watch logging | 80 | * `rust-analyzer.trace.cargo-watch`: enables cargo-watch logging |
81 | * `RUST_SRC_PATH`: environment variable that overwrites the sysroot | ||
81 | 82 | ||
82 | 83 | ||
83 | ## Emacs | 84 | ## Emacs |