Update ui tests

This commit is contained in:
Guillaume Gomez 2019-10-04 13:58:56 +02:00
parent 4bf7eea897
commit 8dd00088c1
2 changed files with 3 additions and 2 deletions

View File

@ -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`.

View File

@ -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`.