2024-02-08 13:08:19 -06:00
|
|
|
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
|
2023-09-16 07:15:48 -05:00
|
|
|
|
|
|
|
|
LL | CONST_SET => { /* ok */ }
|
|
|
|
| ^^^^^^^^^
|
|
|
|
|
2024-02-08 13:08:19 -06:00
|
|
|
error: aborting due to 1 previous error
|
2023-09-16 07:15:48 -05:00
|
|
|
|