We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c80b044 commit f9375c1Copy full SHA for f9375c1
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