pub const CONFIG_CHANGE_HISTORY: &[usize];
Expand description

Keeps track of major changes made to the bootstrap configuration.

These values also represent the IDs of the PRs that caused major changes. You can visit https://github.com/rust-lang/rust/pull/{any-id-from-the-list} to check for more details regarding each change.

If you make any major changes (such as adding new values or changing default values), please ensure that the associated PR ID is added to the end of this list.