Skip to content

Commit 6c73231

Browse files
authored
Rollup merge of rust-lang#49290 - cuviper:unextended-dist-rustfmt, r=nikomatsakis
Allow installing rustfmt without config.extended This assertion was preventing `./x.py install rustfmt` if attempted without an "extended" build configuration, but it actually builds and installs just fine.
2 parents 8c653a7 + 86f7d89 commit 6c73231

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bootstrap/dist.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1241,7 +1241,6 @@ impl Step for Rustfmt {
12411241
let build = builder.build;
12421242
let stage = self.stage;
12431243
let target = self.target;
1244-
assert!(build.config.extended);
12451244

12461245
println!("Dist Rustfmt stage{} ({})", stage, target);
12471246
let src = build.src.join("src/tools/rustfmt");

0 commit comments

Comments
 (0)