2023-09-26 07:39:41 +00:00
|
|
|
error: to use a constant of type `S` in a pattern, `S` must be annotated with `#[derive(PartialEq)]`
|
2020-09-23 15:52:37 +00:00
|
|
|
--> $DIR/match_ice.rs:11:9
|
2020-09-20 15:22:33 +00:00
|
|
|
|
|
2020-09-23 15:52:37 +00:00
|
|
|
LL | C => {}
|
|
|
|
| ^
|
2023-03-27 14:14:08 +00:00
|
|
|
|
|
|
|
|
= note: the traits must be derived, manual `impl`s are not sufficient
|
2023-09-26 07:39:41 +00:00
|
|
|
= note: see https://doc.rust-lang.org/stable/std/marker/trait.StructuralPartialEq.html for details
|
2019-01-14 18:51:00 +00:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2019-01-14 18:51:00 +00:00
|
|
|
|