Skip to content

Commit 8dd0008

Browse files
Update ui tests
1 parent 4bf7eea commit 8dd0008

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/test/ui/no-patterns-in-args-macro.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ LL | m!((bad, pat));
1818

1919
error: aborting due to 3 previous errors
2020

21-
Some errors have detailed explanations: E0130, E0642.
21+
Some errors have detailed explanations: E0130, E0561, E0642.
2222
For more information about an error, try `rustc --explain E0130`.

src/test/ui/no-patterns-in-args.stderr

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ LL | type A2 = fn(&arg: u8);
3030

3131
error: aborting due to 5 previous errors
3232

33-
For more information about this error, try `rustc --explain E0130`.
33+
Some errors have detailed explanations: E0130, E0561.
34+
For more information about an error, try `rustc --explain E0130`.

0 commit comments

Comments
 (0)