We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fbce89 commit c6fcb0eCopy full SHA for c6fcb0e
1 file changed
tests/testsuite/new.rs
@@ -543,8 +543,7 @@ fn restricted_windows_name() {
543
.with_stderr(
544
"\
545
[ERROR] cannot use name `nul`, it is a reserved Windows filename
546
-If you need a crate name to not match the directory name, consider using --name fla
547
-g.
+If you need a crate name to not match the directory name, consider using --name flag.
548
",
549
)
550
.run();
0 commit comments