mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2026-04-11 21:14:30 +00:00
Merge pull request #20064 from Wilfred/document_sysroot_project
Document sysroot_project field in rust-project.json
This commit is contained in:
@@ -40,6 +40,9 @@ interface ProjectJson {
|
||||
/// several different "sysroots" in one graph of
|
||||
/// crates.
|
||||
sysroot_src?: string;
|
||||
/// A ProjectJson describing the crates of the sysroot.
|
||||
sysroot_project?: ProjectJson;
|
||||
|
||||
/// List of groups of common cfg values, to allow
|
||||
/// sharing them between crates.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user