You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/tools/tidy/src/x_version.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ pub fn check(bad: &mut bool) {
43
43
if version < expected {
44
44
returntidy_error!(
45
45
bad,
46
-
"Current version of x is {version} Consider updating to the newer version of x by running `cargo install --path src/tools/x`"
46
+
"Current version of x is {version}, but the latest version is {expected}\nConsider updating to the newer version of x by running `cargo install --path src/tools/x`"
0 commit comments