Update ui tests
This commit is contained in:
parent
4bf7eea897
commit
8dd00088c1
2 changed files with 3 additions and 2 deletions
|
|
@ -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`.
|
||||
|
|
|
|||
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue