Skip to content

Commit

Permalink
Unrolled build for rust-lang#120769
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#120769 - tshepang:minimal-diffs, r=wesleywiser

make future diffs minimal
  • Loading branch information
rust-timer authored Feb 8, 2024
2 parents c29082f + 0ce71f6 commit edc9b8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bootstrap/src/core/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ impl<'a> Builder<'a> {
check::Rls,
check::Rustfmt,
check::RustAnalyzer,
check::Bootstrap
check::Bootstrap,
),
Kind::Test => describe!(
crate::core::build_steps::toolstate::ToolStateCheck,
Expand Down Expand Up @@ -866,7 +866,7 @@ impl<'a> Builder<'a> {
install::Miri,
install::LlvmTools,
install::Src,
install::Rustc
install::Rustc,
),
Kind::Run => describe!(
run::ExpandYamlAnchors,
Expand Down

0 comments on commit edc9b8a

Please sign in to comment.