about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/allocator.rs
diff options
context:
space:
mode:
authorTrevor Gross <t.gross35@gmail.com>2025-07-10 20:20:39 -0400
committerGitHub <noreply@github.com>2025-07-10 20:20:39 -0400
commitd1a57676efa2fe8d901ff03b4ff726f728fdff23 (patch)
treee05a2e81f9011e005fa6a2f02143d1b06e1ced77 /compiler/rustc_codegen_llvm/src/allocator.rs
parenta5aff96d4dc75ee41316a232919d2ec8e4349bae (diff)
parent3e675f4c5085df8ae19392e6de2caef7cb336f27 (diff)
downloadrust-d1a57676efa2fe8d901ff03b4ff726f728fdff23.tar.gz
rust-d1a57676efa2fe8d901ff03b4ff726f728fdff23.zip
Rollup merge of #143707 - Kobzol:bootstrap-std-check, r=jieyouxu
Fix `--skip-std-check-if-no-download-rustc`

Since https://github.com/rust-lang/rust/pull/143048, we now explicitly set the build compiler for `check::Std`, which caused it to be built before we checked `--skip-std-check-if-no-download-rustc`. So I moved the check earlier to `make_run`, which resolves it.

I also added a regression test for this. Sadly we can't really test for the positive case easily (when download-ci-rustc is enabled), but we can test the negative cases, where it is disabled.

Fixes: https://github.com/rust-lang/rust/issues/143705

r? ```@RalfJung```
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/allocator.rs')
0 files changed, 0 insertions, 0 deletions