Skip to content

Commit 7c6258d

Browse files
committed
Bootstrap: reorder tools to properly reflect their build order
1 parent 51eeabf commit 7c6258d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/bootstrap/builder.rs

+5-5
Original file line numberDiff line numberDiff line change
@@ -367,14 +367,14 @@ impl<'a> Builder<'a> {
367367
tool::RemoteTestClient,
368368
tool::RustInstaller,
369369
tool::Cargo,
370+
tool::Clippy,
371+
tool::CargoClippy,
372+
tool::Rustfmt,
370373
tool::Rls,
371374
tool::RustAnalyzer,
372375
tool::Rustdoc,
373-
tool::Clippy,
374-
tool::CargoClippy,
375376
native::Llvm,
376377
native::Sanitizers,
377-
tool::Rustfmt,
378378
tool::Miri,
379379
tool::CargoMiri,
380380
native::Lld
@@ -462,10 +462,10 @@ impl<'a> Builder<'a> {
462462
dist::Src,
463463
dist::PlainSourceTarball,
464464
dist::Cargo,
465+
dist::Clippy,
466+
dist::Rustfmt,
465467
dist::Rls,
466468
dist::RustAnalyzer,
467-
dist::Rustfmt,
468-
dist::Clippy,
469469
dist::Miri,
470470
dist::LlvmTools,
471471
dist::Extended,

0 commit comments

Comments
 (0)