Skip to content

Commit 69c8573

Browse files
committed
Bless UI tests
1 parent 4e08bb5 commit 69c8573

5 files changed

+5
-0
lines changed

src/test/ui/const-generics/impl-trait-with-const-arguments.full.stderr

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ LL | assert_eq!(f::<4usize>(Usizable), 20usize);
66

77
error: aborting due to previous error
88

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

src/test/ui/const-generics/impl-trait-with-const-arguments.min.stderr

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ LL | assert_eq!(f::<4usize>(Usizable), 20usize);
66

77
error: aborting due to previous error
88

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

src/test/ui/impl-trait/issues/universal-issue-48703.stderr

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ LL | foo::<String>('a');
66

77
error: aborting due to previous error
88

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

src/test/ui/impl-trait/issues/universal-turbofish-in-method-issue-50950.stderr

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ LL | evt.handle_event::<TestEvent, fn(TestEvent)>(|_evt| {
88

99
error: aborting due to previous error
1010

11+
For more information about this error, try `rustc --explain E0632`.

src/test/ui/synthetic-param.stderr

+1
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ LL | Bar::<i8>::func::<u8>(42);
1818

1919
error: aborting due to 3 previous errors
2020

21+
For more information about this error, try `rustc --explain E0632`.

0 commit comments

Comments
 (0)