about summary refs log tree commit diff
path: root/editors/code
diff options
context:
space:
mode:
authorDaniel McNab <36049421+DJMcNab@users.noreply.github.com>2021-03-08 16:47:40 +0000
committerDaniel McNab <36049421+DJMcNab@users.noreply.github.com>2021-03-08 16:47:40 +0000
commit20007fd3a8aa16bec0c4f9ebc1489c157f846df4 (patch)
tree9bfd0d92b9b1174a93a0595f303a5b7193d1a50b /editors/code
parentd0a51d710edf5893d1f8ffe58647fd4aa795096c (diff)
downloadrust-20007fd3a8aa16bec0c4f9ebc1489c157f846df4.tar.gz
rust-20007fd3a8aa16bec0c4f9ebc1489c157f846df4.zip
Document rustc_private in metadata
Diffstat (limited to 'editors/code')
-rw-r--r--editors/code/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 1987364bc02..b39e8fbe39c 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -707,7 +707,7 @@
                     }
                 },
                 "rust-analyzer.rustcSource": {
-                    "markdownDescription": "Path to the rust compiler sources, for usage in rustc_private projects, or \"discover\" to try to automatically find it.",
+                    "markdownDescription": "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.",
                     "default": null,
                     "type": [
                         "null",