Skip to content

Commit b29a61e

Browse files
committed
rustbuild: fix expectation message
Signed-off-by: Marc-Antoine Perennou <[email protected]>
1 parent 9817589 commit b29a61e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/dist.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1166,7 +1166,7 @@ impl Step for Rustfmt {
11661166
let cargofmt = builder.ensure(tool::Cargofmt {
11671167
compiler: builder.compiler(stage, build.build),
11681168
target
1169-
}).expect("Rustfmt to build: toolstate is testing");
1169+
}).expect("Cargofmt to build: toolstate is testing");
11701170
install(&rustfmt, &image.join("bin"), 0o755);
11711171
install(&cargofmt, &image.join("bin"), 0o755);
11721172
let doc = image.join("share/doc/rustfmt");

0 commit comments

Comments
 (0)