summary refs log tree commit diff
path: root/tests/ui/consts/const_in_pattern/issue-65466.stderr
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