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 b3cae68 commit 0becb57Copy full SHA for 0becb57
src/bootstrap/src/utils/change_tracker.rs
@@ -360,4 +360,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
360
severity: ChangeSeverity::Info,
361
summary: "Added `build.test-stage = 2` to 'tools' profile defaults",
362
},
363
+ ChangeInfo {
364
+ change_id: 137723,
365
+ severity: ChangeSeverity::Info,
366
+ summary: "The rust.description option has moved to build.description and rust.description is now deprecated.",
367
+ },
368
];
0 commit comments