Skip to content

Commit 8ee015b

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/bootstrap/src/utils/change_tracker.rs

+5
Original file line numberDiff line numberDiff line change
@@ -391,4 +391,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
391391
severity: ChangeSeverity::Info,
392392
summary: "You can now use `change-id = \"ignore\"` to suppress `change-id ` warnings in the console.",
393393
},
394+
ChangeInfo {
395+
change_id: 119899,
396+
severity: ChangeSeverity::Warning,
397+
summary: "Stage0 library no longer matches the in-tree library, which means stage1 compiler now uses the beta library.",
398+
},
394399
];

0 commit comments

Comments
 (0)