We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28af00c commit 4f107e6Copy full SHA for 4f107e6
src/bootstrap/src/utils/change_tracker.rs
@@ -61,6 +61,11 @@ pub fn find_recent_config_change_ids(current_id: usize) -> Vec<ChangeInfo> {
61
/// please ensure adding `ChangeInfo` to the end(because the list must be sorted by the merge date)
62
/// of this list.
63
pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
64
+ ChangeInfo {
65
+ change_id: 120348,
66
+ severity: ChangeSeverity::Info,
67
+ summary: "Added an option to select the codegen backend for individual host triples",
68
+ }
69
ChangeInfo {
70
change_id: 115898,
71
severity: ChangeSeverity::Info,
0 commit comments