mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 06:22:00 +00:00
Update ui tests
This commit is contained in:
parent
4bf7eea897
commit
8dd00088c1
@ -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…
Reference in New Issue
Block a user