Skip to content

Commit 81f24c1

Browse files
Update ui test output
1 parent eae2903 commit 81f24c1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/test/ui/impl-trait/impl_trait_projections.stderr

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ LL | fn projection_is_disallowed(x: impl Iterator) -> <impl Iterator>::Item {
3030

3131
error: aborting due to 5 previous errors
3232

33-
For more information about this error, try `rustc --explain E0223`.
33+
Some errors have detailed explanations: E0223, E0667.
34+
For more information about an error, try `rustc --explain E0223`.

src/test/ui/impl-trait/issues/issue-57979-impl-trait-in-path.stderr

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ LL | pub fn demo(_: impl Quux<(), Assoc=<() as Quux<impl Bar>>::Assoc>) { }
66

77
error: aborting due to previous error
88

9+
For more information about this error, try `rustc --explain E0667`.

0 commit comments

Comments
 (0)