blob: 60f3191cd27670318b1bcaa4e01b0bde66d8ca09 [file] [log] [blame]
error: to use a constant of type `Foo` in a pattern, `Foo` must be annotated with `#[derive(PartialEq, Eq)]`
--> $DIR/match-requires-both-partialeq-and-eq.rs:27:9
|
LL | FOO => { }
| ^^^
error: aborting due to previous error