Skip to content

Commit 99d8d33

Browse files
committed
remove StructuralEq trait
1 parent 833cbd6 commit 99d8d33

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

tests/ui/crashes/ice-6254.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ fn main() {
1111
// This used to cause an ICE (https://github.com/rust-lang/rust/issues/78071)
1212
match FOO_REF_REF {
1313
FOO_REF_REF => {},
14-
//~^ ERROR: to use a constant of type `Foo` in a pattern, `Foo` must be annotated
15-
//~| NOTE: for more information, see issue #62411 <https://github.com/rust-lang/ru
1614
Foo(_) => {},
1715
}
1816
}

tests/ui/crashes/ice-6254.stderr

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)