We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ce3204 + 9f201d6 commit c5b105dCopy full SHA for c5b105d
src/bootstrap/lib.rs
@@ -654,6 +654,8 @@ impl Build {
654
job::setup(self);
655
}
656
657
+ // Download rustfmt early so that it can be used in rust-analyzer configs.
658
+ let _ = &builder::Builder::new(&self).initial_rustfmt();
659
self.maybe_update_submodules();
660
661
if let Subcommand::Format { check, paths } = &self.config.cmd {
0 commit comments