From 9f201d6820fcce65320e4af6351d34cc73a12db1 Mon Sep 17 00:00:00 2001 From: Rento Ezoe Date: Sat, 1 Oct 2022 08:06:24 +0900 Subject: Add a comment to downloading fmt statement Co-authored-by: Joshua Nelson --- src/bootstrap/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bootstrap/lib.rs b/src/bootstrap/lib.rs index 00fe899a2d4..8f02018b19e 100644 --- a/src/bootstrap/lib.rs +++ b/src/bootstrap/lib.rs @@ -668,6 +668,7 @@ impl Build { job::setup(self); } + // Download rustfmt early so that it can be used in rust-analyzer configs. let _ = &builder::Builder::new(&self).initial_rustfmt(); self.maybe_update_submodules(); -- cgit 1.4.1-3-g733a5