Skip to content

Commit 9d0a8e5

Browse files
committed
update tests
1 parent 0cdb959 commit 9d0a8e5

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

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

-10
Original file line numberDiff line numberDiff line change
@@ -94,16 +94,6 @@ LL | assert_eq!(Foo::Bar, i);
9494
| ^^^^^^^^^^^^^^^^^^^^^^^ `fn(usize) -> Foo {Foo::Bar}` cannot be formatted using `{:?}` because it doesn't implement `Debug`
9595
|
9696
= help: the trait `Debug` is not implemented for `fn(usize) -> Foo {Foo::Bar}`
97-
= help: the following other types implement trait `Debug`:
98-
extern "C" fn() -> Ret
99-
extern "C" fn(A, B) -> Ret
100-
extern "C" fn(A, B, ...) -> Ret
101-
extern "C" fn(A, B, C) -> Ret
102-
extern "C" fn(A, B, C, ...) -> Ret
103-
extern "C" fn(A, B, C, D) -> Ret
104-
extern "C" fn(A, B, C, D, ...) -> Ret
105-
extern "C" fn(A, B, C, D, E) -> Ret
106-
and 68 others
10797
= note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
10898

10999
error: aborting due to 9 previous errors

0 commit comments

Comments
 (0)