Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit edc9b8a

Browse files
authored
Unrolled build for rust-lang#120769
Rollup merge of rust-lang#120769 - tshepang:minimal-diffs, r=wesleywiser make future diffs minimal
2 parents c29082f + 0ce71f6 commit edc9b8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bootstrap/src/core/builder.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ impl<'a> Builder<'a> {
732732
check::Rls,
733733
check::Rustfmt,
734734
check::RustAnalyzer,
735-
check::Bootstrap
735+
check::Bootstrap,
736736
),
737737
Kind::Test => describe!(
738738
crate::core::build_steps::toolstate::ToolStateCheck,
@@ -866,7 +866,7 @@ impl<'a> Builder<'a> {
866866
install::Miri,
867867
install::LlvmTools,
868868
install::Src,
869-
install::Rustc
869+
install::Rustc,
870870
),
871871
Kind::Run => describe!(
872872
run::ExpandYamlAnchors,

0 commit comments

Comments
 (0)