Skip to content

Commit 1a97eec

Browse files
committed
Add change tracker entry
1 parent 372e25d commit 1a97eec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/bootstrap/src/utils/change_tracker.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,4 +486,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
486486
severity: ChangeSeverity::Warning,
487487
summary: "Removed `rust.description` and `llvm.ccache` as it was deprecated in #137723 and #136941 long time ago.",
488488
},
489+
ChangeInfo {
490+
change_id: 144563,
491+
severity: ChangeSeverity::Warning,
492+
summary: "Removed `build.compiletest-use-stage0-libtest` as `compiletest` is now considered a staged `ToolStd` tool. The possibility to run `compiletest`-managed test suites or `compiletest` unit tests against a stage 0 compiler is retained, but instead of `COMPILETEST_FORCE_STAGE0` env var, it is now a proper config option `build.compiletest-force-stage0`.",
493+
},
489494
];

0 commit comments

Comments
 (0)