summaryrefslogtreecommitdiffstats
path: root/src/tools/bump-stage0/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/bump-stage0/src/main.rs')
-rw-r--r--src/tools/bump-stage0/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/bump-stage0/src/main.rs b/src/tools/bump-stage0/src/main.rs
index 530a80b1e..f530a4d73 100644
--- a/src/tools/bump-stage0/src/main.rs
+++ b/src/tools/bump-stage0/src/main.rs
@@ -6,7 +6,7 @@ use std::convert::TryInto;
const PATH: &str = "src/stage0.json";
const COMPILER_COMPONENTS: &[&str] = &["rustc", "rust-std", "cargo"];
-const RUSTFMT_COMPONENTS: &[&str] = &["rustfmt-preview"];
+const RUSTFMT_COMPONENTS: &[&str] = &["rustfmt-preview", "rustc"];
struct Tool {
config: Config,