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 b4a3b64 commit 4b9b5d7Copy full SHA for 4b9b5d7
src/bootstrap/src/utils/change_tracker.rs
@@ -355,4 +355,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
355
severity: ChangeSeverity::Info,
356
summary: "It is now possible to configure `jemalloc` for each target",
357
},
358
+ ChangeInfo {
359
+ change_id: 137215,
360
+ severity: ChangeSeverity::Info,
361
+ summary: "Added `build.test-stage = 2` to 'tools' profile defaults",
362
+ },
363
];
0 commit comments