We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a209943 commit 7f3da8cCopy full SHA for 7f3da8c
src/bootstrap/src/utils/change_tracker.rs
@@ -391,4 +391,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
391
severity: ChangeSeverity::Info,
392
summary: "You can now use `change-id = \"ignore\"` to suppress `change-id ` warnings in the console.",
393
},
394
+ ChangeInfo {
395
+ change_id: 139386,
396
+ severity: ChangeSeverity::Info,
397
+ summary: "Added a new option `build.compiletest-use-stage0-libtest` to force `compiletest` to use the stage 0 libtest.",
398
+ },
399
];
0 commit comments