Skip to content

Commit bcf6bd0

Browse files
committed
Fill in PR number
1 parent c8c150e commit bcf6bd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/bootstrap/download-ci-gcc-stamp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Change this file to make users of the `download-ci-gcc` configuration download
22
a new version of GCC from CI, even if the GCC submodule hasn’t changed.
33

4-
Last change is for: TODO
4+
Last change is for: https://github.com/rust-lang/rust/pull/138051

src/bootstrap/src/utils/change_tracker.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
366366
summary: "`rust.channel` now supports \"auto-detect\" to load the channel from `src/ci/channel`",
367367
},
368368
ChangeInfo {
369-
change_id: 0,
369+
change_id: 138051,
370370
severity: ChangeSeverity::Info,
371371
summary: "There is now a new `gcc` config section that can be used to download GCC from CI using `gcc.download-ci-gcc = true`",
372372
},

0 commit comments

Comments
 (0)