We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
optimized-compiler-builtins
1 parent 8f63485 commit 5a19c26Copy full SHA for 5a19c26
src/bootstrap/src/utils/change_tracker.rs
@@ -325,4 +325,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
325
severity: ChangeSeverity::Warning,
326
summary: "Removed `rust.parallel-compiler` as it was deprecated in #132282 long time ago.",
327
},
328
+ ChangeInfo {
329
+ change_id: 135326,
330
+ severity: ChangeSeverity::Warning,
331
+ summary: "It is now possible to configure `optimized-compiler-builtins` for per target.",
332
+ },
333
];
0 commit comments