Skip to content

Commit 7f3da8c

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

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: 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+
},
394399
];

0 commit comments

Comments
 (0)