aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
Diffstat (limited to 'crates')
-rw-r--r--crates/rust-analyzer/src/config.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/rust-analyzer/src/config.rs b/crates/rust-analyzer/src/config.rs
index 367136702..4417c8d13 100644
--- a/crates/rust-analyzer/src/config.rs
+++ b/crates/rust-analyzer/src/config.rs
@@ -180,7 +180,8 @@ config_data! {
180 runnables_cargoExtraArgs: Vec<String> = "[]", 180 runnables_cargoExtraArgs: Vec<String> = "[]",
181 181
182 /// Path to the rust compiler sources, for usage in rustc_private projects, or "discover" 182 /// Path to the rust compiler sources, for usage in rustc_private projects, or "discover"
183 /// to try to automatically find it. 183 /// to try to automatically find it. Any project which uses rust-analyzer with the rustcPrivate
184 /// crates must set `[package.metadata.rust-analyzer] rustc_private=true` to use it.
184 rustcSource : Option<String> = "null", 185 rustcSource : Option<String> = "null",
185 186
186 /// Additional arguments to `rustfmt`. 187 /// Additional arguments to `rustfmt`.