blob: 4155586c1606065a1b312c452a337e95ea81bd9d [file] [log] [blame] [edit]
error: to use a constant of type `EnumSet<Enum8>` in a pattern, the type must implement `PartialEq`
--> $DIR/issue-72896-non-partial-eq-const.rs:19:9
|
LL | CONST_SET => { /* ok */ }
| ^^^^^^^^^
error: aborting due to 1 previous error