We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fe2f73 commit 02173f6Copy full SHA for 02173f6
src/tools/tidy/src/x_version.rs
@@ -8,7 +8,7 @@ pub fn check(bad: &mut bool) {
8
Ok(child) => child,
9
Err(e) => match e.kind() {
10
ErrorKind::NotFound => return,
11
- _ => return tidy_error!(bad, "{}", e),
+ _ => return tidy_error!(bad, "failed to run `x`: {}", e),
12
},
13
};
14
0 commit comments