rust/tests/ui/consts/const_in_pattern/no-eq-branch-fail.stderr
2023-01-11 09:32:08 +00:00

9 lines
246 B
Plaintext

error: to use a constant of type `Foo` in a pattern, `Foo` must be annotated with `#[derive(PartialEq, Eq)]`
--> $DIR/no-eq-branch-fail.rs:21:9
|
LL | BAR_BAZ => panic!(),
| ^^^^^^^
error: aborting due to previous error