blob: 7d5e5b5b0c64a6060ea558606652da01463a0987 (
plain)
1
2
3
4
5
6
7
8
|
error: to use a constant of type `&[O<B>]` in a pattern, the type must implement `PartialEq`
--> $DIR/issue-65466.rs:14:9
|
LL | C => (),
| ^
error: aborting due to 1 previous error
|