We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a0434e commit 18855c9Copy full SHA for 18855c9
src/tools/rust-analyzer/docs/book/src/non_cargo_based_projects.md
@@ -40,6 +40,9 @@ interface ProjectJson {
40
/// several different "sysroots" in one graph of
41
/// crates.
42
sysroot_src?: string;
43
+ /// A ProjectJson describing the crates of the sysroot.
44
+ sysroot_project?: ProjectJson;
45
+
46
/// List of groups of common cfg values, to allow
47
/// sharing them between crates.
48
///
0 commit comments