We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f258850 commit 0bfdf7eCopy full SHA for 0bfdf7e
tests/error-tests/tests/error_across_mod.rs
@@ -14,7 +14,9 @@ fn test() {
14
// ^ERR(>=1.63.0-beta) unexpected
15
// ^^^^^^^^^^^^^^^^^^^^^^^^HELP(>=1.63.0,<1.65.0-beta) remove the extra argument
16
// ^^^^^^^^^^^^^^^^^^^^^^^^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:.*/
+// ^^^HELP(>=1.65.0-beta,<1.69.0-beta) remove the extra argument
+// ^^^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:.*/
21
// ^^^^^^^^^^^^^^^^^^^^^MSG(>=1.43.0-beta) See Also: error_across_mod_f.rs:1
22
}
0 commit comments