about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorJakub Beránek <berykubik@gmail.com>2025-07-09 22:25:03 +0200
committerJakub Beránek <berykubik@gmail.com>2025-07-10 08:20:22 +0200
commit3e675f4c5085df8ae19392e6de2caef7cb336f27 (patch)
treeca612cf69ac8365f3e0f4c286d5cde4eb1e3fd7e /compiler/rustc_codegen_llvm/src
parent558d25371fe1cc3d907ebcfc4e12d3c27acbe2b7 (diff)
downloadrust-3e675f4c5085df8ae19392e6de2caef7cb336f27.tar.gz
rust-3e675f4c5085df8ae19392e6de2caef7cb336f27.zip
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.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions