Update ui test output

This commit is contained in:
Guillaume Gomez 2022-03-27 19:21:50 +02:00
parent eae2903150
commit 81f24c1f77
2 changed files with 3 additions and 1 deletions

View File

@ -30,4 +30,5 @@ LL | fn projection_is_disallowed(x: impl Iterator) -> <impl Iterator>::Item {
error: aborting due to 5 previous errors
For more information about this error, try `rustc --explain E0223`.
Some errors have detailed explanations: E0223, E0667.
For more information about an error, try `rustc --explain E0223`.

View File

@ -6,3 +6,4 @@ LL | pub fn demo(_: impl Quux<(), Assoc=<() as Quux<impl Bar>>::Assoc>) { }
error: aborting due to previous error
For more information about this error, try `rustc --explain E0667`.