diff options
| author | bors <bors@rust-lang.org> | 2024-10-05 11:28:48 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-10-05 11:28:48 +0000 |
| commit | f559d6188828b738ce7e7c2e4d99bf03111336d6 (patch) | |
| tree | 7e80557eaf790511cc548e5c4a5212ad02aeb9c7 /src/bootstrap | |
| parent | 5a4ee43c387110736440cecc375cb5aedc441dbc (diff) | |
| parent | 72acacf60f4331f7229cd82f16c946d44c51f743 (diff) | |
Auto merge of #131288 - matthiaskrgr:rollup-h0t0v2h, r=matthiaskrgr
Rollup of 5 pull requests Successful merges: - #130428 (Stabilize `const_slice_split_at_mut` and `const_slice_first_last_chunk`) - #131094 (std: replace `LazyBox` with `OnceBox`) - #131256 (move f16/f128 const fn under f16/f128 feature gate) - #131278 (remove outdated contribution direction) - #131286 (Miri subtree update) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/README.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/bootstrap/README.md b/src/bootstrap/README.md index 0ac58645d2d..f036603ee70 100644 --- a/src/bootstrap/README.md +++ b/src/bootstrap/README.md @@ -182,10 +182,8 @@ Some general areas that you may be interested in modifying are: `Config` struct. * Adding a sanity check? Take a look at `bootstrap/src/core/sanity.rs`. -If you make a major change on bootstrap configuration, please remember to: - -+ Update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/utils/change_tracker.rs`. -* Update `change-id = {pull-request-id}` in `config.example.toml`. +If you make a major change on bootstrap configuration, please add a new entry to +`CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/utils/change_tracker.rs`. A 'major change' includes |
