We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02173f6 commit 430ea8dCopy full SHA for 430ea8d
src/tools/tidy/src/x_version.rs
@@ -31,6 +31,6 @@ pub fn check(bad: &mut bool) {
31
);
32
}
33
} else {
34
- return tidy_error!(bad, "{}", output.status);
+ return tidy_error!(bad, "failed to check version of `x`: {}", output.status);
35
36
0 commit comments