mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-29 02:52:11 +00:00
Merge pull request #20064 from Wilfred/document_sysroot_project
Document sysroot_project field in rust-project.json
This commit is contained in:
commit
5cda2dd412
1 changed files with 3 additions and 0 deletions
|
|
@ -40,6 +40,9 @@ interface ProjectJson {
|
||||||
/// several different "sysroots" in one graph of
|
/// several different "sysroots" in one graph of
|
||||||
/// crates.
|
/// crates.
|
||||||
sysroot_src?: string;
|
sysroot_src?: string;
|
||||||
|
/// A ProjectJson describing the crates of the sysroot.
|
||||||
|
sysroot_project?: ProjectJson;
|
||||||
|
|
||||||
/// List of groups of common cfg values, to allow
|
/// List of groups of common cfg values, to allow
|
||||||
/// sharing them between crates.
|
/// sharing them between crates.
|
||||||
///
|
///
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue