summaryrefslogtreecommitdiffstats
path: root/tests/ui/rfc-1445-restrict-constants-in-patterns/cant-hide-behind-direct-struct-embedded.stderr
blob: c73a6cf1326b3e3a7401deec42407cebeeb144f8 (plain)
1
2
3
4
5
6
7
8
error: to use a constant of type `NoDerive` in a pattern, `NoDerive` must be annotated with `#[derive(PartialEq, Eq)]`
  --> $DIR/cant-hide-behind-direct-struct-embedded.rs:22:9
   |
LL |         WRAP_DIRECT_INLINE => { panic!("WRAP_DIRECT_INLINE matched itself"); }
   |         ^^^^^^^^^^^^^^^^^^

error: aborting due to previous error