We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9817589 commit b29a61eCopy full SHA for b29a61e
src/bootstrap/dist.rs
@@ -1166,7 +1166,7 @@ impl Step for Rustfmt {
1166
let cargofmt = builder.ensure(tool::Cargofmt {
1167
compiler: builder.compiler(stage, build.build),
1168
target
1169
- }).expect("Rustfmt to build: toolstate is testing");
+ }).expect("Cargofmt to build: toolstate is testing");
1170
install(&rustfmt, &image.join("bin"), 0o755);
1171
install(&cargofmt, &image.join("bin"), 0o755);
1172
let doc = image.join("share/doc/rustfmt");
0 commit comments