mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 14:51:48 +00:00
Document rustc_private in metadata
This commit is contained in:
parent
d0a51d710e
commit
20007fd3a8
3 changed files with 4 additions and 3 deletions
|
@ -180,7 +180,8 @@ config_data! {
|
|||
runnables_cargoExtraArgs: Vec<String> = "[]",
|
||||
|
||||
/// Path to the rust compiler sources, for usage in rustc_private projects, or "discover"
|
||||
/// to try to automatically find it.
|
||||
/// 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.
|
||||
rustcSource : Option<String> = "null",
|
||||
|
||||
/// Additional arguments to `rustfmt`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue