about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorJoshua Nelson <jyn514@gmail.com>2021-03-08 16:56:42 -0500
committerJoshua Nelson <jyn514@gmail.com>2021-03-08 16:56:42 -0500
commitc7b0914b3fffc9fd648003c950cfff596c75edbf (patch)
treee1334a1311a552d820fc485e8340910e9866cf02 /docs
parentc48478621fe9b50cb19bfd0ea4a5c2ff0de5d6ac (diff)
downloadrust-c7b0914b3fffc9fd648003c950cfff596c75edbf.tar.gz
rust-c7b0914b3fffc9fd648003c950cfff596c75edbf.zip
Add more documentation for rustc_private
Diffstat (limited to 'docs')
-rw-r--r--docs/user/generated_config.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/generated_config.adoc b/docs/user/generated_config.adoc
index 5243bcbf6a6..e0ffcc4843c 100644
--- a/docs/user/generated_config.adoc
+++ b/docs/user/generated_config.adoc
@@ -107,7 +107,7 @@
 [[rust-analyzer.runnables.cargoExtraArgs]]rust-analyzer.runnables.cargoExtraArgs (default: `[]`)::
  Additional arguments to be passed to cargo for runnables such as  tests or binaries.\nFor example, it may be `--release`.
 [[rust-analyzer.rustcSource]]rust-analyzer.rustcSource (default: `null`)::
- Path to the rust compiler sources, for usage in rustc_private projects, or "discover"  to try to automatically find it. Any project which uses rust-analyzer with the rustcPrivate  crates must set `[package.metadata.rust-analyzer] rustc_private=true` to use it.
+ Path to the Cargo.toml of the rust compiler workspace, for usage in rustc_private  projects, or "discover" to try to automatically find it.   Any project which uses rust-analyzer with the rustcPrivate  crates must set `[package.metadata.rust-analyzer] rustc_private=true` to use it.   This option is not reloaded automatically; you must restart rust-analyzer for it to take effect.
 [[rust-analyzer.rustfmt.extraArgs]]rust-analyzer.rustfmt.extraArgs (default: `[]`)::
  Additional arguments to `rustfmt`.
 [[rust-analyzer.rustfmt.overrideCommand]]rust-analyzer.rustfmt.overrideCommand (default: `null`)::