We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1aa9e75 + 85315be commit 4cc3df2Copy full SHA for 4cc3df2
1 file changed
src/building/suggested.md
@@ -59,6 +59,14 @@ always overrides the inner ones.
59
60
## Configuring `rust-analyzer` for `rustc`
61
62
+### Checking the "library" tree
63
+
64
+Checking the "library" tree requires a stage1 compiler, which can be a heavy process on some computers.
65
+For this reason, bootstrap has a flag called `--skip-std-check-if-no-download-rustc` that skips checking the
66
+"library" tree if `rust.download-rustc` isn't available. If you want to avoid putting a heavy load on your computer
67
+with `rust-analyzer`, you can add the `--skip-std-check-if-no-download-rustc` flag to your `./x check` command in
68
+the `rust-analyzer` configuration.
69
70
### Project-local rust-analyzer setup
71
72
`rust-analyzer` can help you check and format your code whenever you save a
0 commit comments