We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16d2db5 + a62a8b0 commit fa09324Copy full SHA for fa09324
src/bootstrap/toolstate.rs
@@ -93,12 +93,12 @@ static NIGHTLY_TOOLS: &[(&str, &str)] = &[
93
];
94
95
fn print_error(tool: &str, submodule: &str) {
96
- eprintln!("");
+ eprintln!();
97
eprintln!("We detected that this PR updated '{}', but its tests failed.", tool);
98
99
eprintln!("If you do intend to update '{}', please check the error messages above and", tool);
100
eprintln!("commit another update.");
101
102
eprintln!("If you do NOT intend to update '{}', please ensure you did not accidentally", tool);
103
eprintln!("change the submodule at '{}'. You may ask your reviewer for the", submodule);
104
eprintln!("proper steps.");
0 commit comments