Skip to content

Commit

Permalink
Update ui tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Oct 7, 2019
1 parent 4bf7eea commit 8dd0008
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/ui/no-patterns-in-args-macro.stderr
Expand Up @@ -18,5 +18,5 @@ LL | m!((bad, pat));

error: aborting due to 3 previous errors

Some errors have detailed explanations: E0130, E0642.
Some errors have detailed explanations: E0130, E0561, E0642.
For more information about an error, try `rustc --explain E0130`.
3 changes: 2 additions & 1 deletion src/test/ui/no-patterns-in-args.stderr
Expand Up @@ -30,4 +30,5 @@ LL | type A2 = fn(&arg: u8);

error: aborting due to 5 previous errors

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

0 comments on commit 8dd0008

Please sign in to comment.