2019-07-03 14:54:08 +00:00
|
|
|
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-param.rs:22:9
|
|
|
|
|
|
|
|
|
LL | WRAP_DIRECT_PARAM => { panic!("WRAP_DIRECT_PARAM matched itself"); }
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
|
2020-01-08 17:02:10 +00:00
|
|
|
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-param.rs:22:9
|
|
|
|
|
|
|
|
|
LL | WRAP_DIRECT_PARAM => { panic!("WRAP_DIRECT_PARAM matched itself"); }
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
2019-07-03 14:54:08 +00:00
|
|
|
|