Skip to content

Commit 0bfdf7e

Browse files
committed
Fix test for 1.69
1 parent f258850 commit 0bfdf7e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/error-tests/tests/error_across_mod.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ fn test() {
1414
// ^ERR(>=1.63.0-beta) unexpected
1515
// ^^^^^^^^^^^^^^^^^^^^^^^^HELP(>=1.63.0,<1.65.0-beta) remove the extra argument
1616
// ^^^^^^^^^^^^^^^^^^^^^^^^HELP(>=1.63.0,<1.65.0-beta) /Accept Replacement:.*/
17-
// ^^^HELP(>=1.65.0-beta) remove the extra argument
18-
// ^^^HELP(>=1.65.0-beta) /Accept Replacement:.*/
17+
// ^^^HELP(>=1.65.0-beta,<1.69.0-beta) remove the extra argument
18+
// ^^^HELP(>=1.65.0-beta,<1.69.0-beta) /Accept Replacement:.*/
19+
// ^HELP(>=1.69.0-beta) remove the extra argument
20+
// ^HELP(>=1.69.0-beta) /Accept Replacement:.*/
1921
// ^^^^^^^^^^^^^^^^^^^^^MSG(>=1.43.0-beta) See Also: error_across_mod_f.rs:1
2022
}

0 commit comments

Comments
 (0)