Skip to content

Commit 76bb5f0

Browse files
committed
Add override-allocator changes to change tracker
1 parent b7a2a15 commit 76bb5f0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/bootstrap/src/utils/change_tracker.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -661,4 +661,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
661661
severity: ChangeSeverity::Warning,
662662
summary: "Obsolete option `build.compiletest-use-stage0-libtest` has no effect and has been removed.",
663663
},
664+
ChangeInfo {
665+
change_id: 160100,
666+
severity: ChangeSeverity::Warning,
667+
summary: "The `override-allocator` option has been renamed: The global setting is now `build.allocator` and the per-target setting is `target.<target>.allocator`. It can now be set to 'system' to explicitly request the system allocator.",
668+
},
664669
];

0 commit comments

Comments
 (0)