Skip to content

Commit

Permalink
Update ui test output
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Mar 27, 2022
1 parent eae2903 commit 81f24c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/ui/impl-trait/impl_trait_projections.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

0 comments on commit 81f24c1

Please sign in to comment.