Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit df5a001

Browse files
committed
add change-entry
Signed-off-by: onur-ozkan <[email protected]>
1 parent d4db995 commit df5a001

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
@@ -396,4 +396,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
396396
severity: ChangeSeverity::Info,
397397
summary: "Added a new option `build.compiletest-use-stage0-libtest` to force `compiletest` to use the stage 0 libtest.",
398398
},
399+
ChangeInfo {
400+
change_id: 119899,
401+
severity: ChangeSeverity::Warning,
402+
summary: "Stage0 library no longer matches the in-tree library, which means stage1 compiler now uses the beta library.",
403+
},
399404
];

0 commit comments

Comments
 (0)