Merge pull request #20064 from Wilfred/document_sysroot_project

Document sysroot_project field in rust-project.json
This commit is contained in:
Lukas Wirth 2025-06-24 07:15:19 +00:00 committed by GitHub
commit 5cda2dd412
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.
///