Update ui tests

This commit is contained in:
Guillaume Gomez 2019-10-15 13:52:57 +02:00
parent b22a1638bf
commit 125d60d4df
2 changed files with 2 additions and 1 deletions

View File

@ -30,5 +30,5 @@ LL | pub(in too_soon) struct H;
error: aborting due to 5 previous errors
Some errors have detailed explanations: E0433, E0742.
Some errors have detailed explanations: E0433, E0577, E0742.
For more information about an error, try `rustc --explain E0433`.

View File

@ -18,3 +18,4 @@ LL | m!{ m<> }
error: aborting due to 3 previous errors
For more information about this error, try `rustc --explain E0577`.