We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f31daa + 0ce71f6 commit 2386c7cCopy full SHA for 2386c7c
src/bootstrap/src/core/builder.rs
@@ -732,7 +732,7 @@ impl<'a> Builder<'a> {
732
check::Rls,
733
check::Rustfmt,
734
check::RustAnalyzer,
735
- check::Bootstrap
+ check::Bootstrap,
736
),
737
Kind::Test => describe!(
738
crate::core::build_steps::toolstate::ToolStateCheck,
@@ -866,7 +866,7 @@ impl<'a> Builder<'a> {
866
install::Miri,
867
install::LlvmTools,
868
install::Src,
869
- install::Rustc
+ install::Rustc,
870
871
Kind::Run => describe!(
872
run::ExpandYamlAnchors,
0 commit comments