We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dfdfe8 commit 62d0533Copy full SHA for 62d0533
1 file changed
src/tools/tidy/src/ui_tests.rs
@@ -302,7 +302,7 @@ fn deny_new_nondescriptive_test_names(
302
&& !stripped_path.starts_with("ui/issues/")
303
{
304
check.error(format!(
305
- "the name of the file `tests/{stripped_path}` must begin with a descriptive prefix, consider `{{reason}}-issue-{issue_n}.rs`",
+ "the name of the file `tests/{stripped_path}` is not descriptive, consider renaming to `{{reason}}-issue-{issue_n}.rs`",
306
issue_n = &test_name[1],
307
));
308
}
0 commit comments