Skip to content

Commit d0a33f2

Browse files
committed
Bless ui tests
1 parent 16dd573 commit d0a33f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/ui/issues/issue-59488.stderr

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ LL | assert_eq!(Foo::Bar, i);
9999
extern "C" fn(A, B, C, D) -> Ret
100100
extern "C" fn(A, B, C, D, ...) -> Ret
101101
extern "C" fn(A, B, C, D, E) -> Ret
102-
and 68 others
102+
and 118 others
103103
= note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
104104

105105
error[E0277]: `fn(usize) -> Foo {Foo::Bar}` doesn't implement `Debug`
@@ -118,7 +118,7 @@ LL | assert_eq!(Foo::Bar, i);
118118
extern "C" fn(A, B, C, D) -> Ret
119119
extern "C" fn(A, B, C, D, ...) -> Ret
120120
extern "C" fn(A, B, C, D, E) -> Ret
121-
and 68 others
121+
and 118 others
122122
= note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
123123

124124
error: aborting due to 10 previous errors

0 commit comments

Comments
 (0)