Skip to content

Commit c18ac92

Browse files
committed
Add change info
1 parent 9d8f727 commit c18ac92

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
@@ -114,4 +114,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
114114
severity: ChangeSeverity::Warning,
115115
summary: "A new `optimized-compiler-builtins` option has been introduced. Whether to build llvm's `compiler-rt` from source is no longer implicitly controlled by git state. See the PR for more details.",
116116
},
117+
ChangeInfo {
118+
change_id: 121203,
119+
severity: ChangeSeverity::Info,
120+
summary: "A new `rust.frame-pointers` option has been introduced.",
121+
},
117122
];

0 commit comments

Comments
 (0)