rustbuild: fix expectation message
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
This commit is contained in:
parent
98175892b0
commit
b29a61e51b
1 changed files with 1 additions and 1 deletions
|
|
@ -1166,7 +1166,7 @@ impl Step for Rustfmt {
|
|||
let cargofmt = builder.ensure(tool::Cargofmt {
|
||||
compiler: builder.compiler(stage, build.build),
|
||||
target
|
||||
}).expect("Rustfmt to build: toolstate is testing");
|
||||
}).expect("Cargofmt to build: toolstate is testing");
|
||||
install(&rustfmt, &image.join("bin"), 0o755);
|
||||
install(&cargofmt, &image.join("bin"), 0o755);
|
||||
let doc = image.join("share/doc/rustfmt");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue