We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38f0c09 commit 2c39c2bCopy full SHA for 2c39c2b
src/bootstrap/src/utils/change_tracker.rs
@@ -300,4 +300,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
300
severity: ChangeSeverity::Info,
301
summary: "`download-rustc='if-unchanged'` is now a default option for library profile.",
302
},
303
+ ChangeInfo {
304
+ change_id: 133207,
305
+ severity: ChangeSeverity::Info,
306
+ summary: "llvm tools are is now enabled by default when no `config.toml` is provided.",
307
+ },
308
];
0 commit comments