Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'docs/user/generated_config.adoc')
| -rw-r--r-- | docs/user/generated_config.adoc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/user/generated_config.adoc b/docs/user/generated_config.adoc index 7955bcfba9..9a00a0eb66 100644 --- a/docs/user/generated_config.adoc +++ b/docs/user/generated_config.adoc @@ -420,12 +420,13 @@ tests or binaries. For example, it may be `--release`. + -- Path to the Cargo.toml of the rust compiler workspace, for usage in rustc_private -projects, or "discover" to try to automatically find it. +projects, or "discover" to try to automatically find it if the `rustc-dev` component +is installed. 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. +This option does not take effect until rust-analyzer is restarted. -- [[rust-analyzer.rustfmt.extraArgs]]rust-analyzer.rustfmt.extraArgs (default: `[]`):: + |