Skip to content

Commit 1bb28e4

Browse files
committed
add change entry
Signed-off-by: onur-ozkan <work@onurozkan.dev>
1 parent 8f84cd2 commit 1bb28e4

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
@@ -411,4 +411,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
411411
severity: ChangeSeverity::Info,
412412
summary: "`./x run` now supports running in-tree `rustfmt`, e.g., `./x run rustfmt -- --check /path/to/file.rs`.",
413413
},
414+
ChangeInfo {
415+
change_id: 119899,
416+
severity: ChangeSeverity::Warning,
417+
summary: "Stage0 library no longer matches the in-tree library, which means stage1 compiler now uses the beta library.",
418+
},
414419
];

0 commit comments

Comments
 (0)