We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efc02b0 commit 84896c7Copy full SHA for 84896c7
src/bootstrap/bin/rustc.rs
@@ -152,7 +152,7 @@ fn main() {
152
Ok(s) if s.success() => std::process::exit(0),
153
e => e,
154
};
155
- println!("\nDid not run successfully: {:?}\n{:?}\n-------------", e, cmd);
+ println!("\nDid not run successfully: {}\n{:?}\n-------------", e, cmd);
156
status_code(&mut on_fail).expect("could not run the backup command");
157
std::process::exit(1);
158
}
0 commit comments