2020-11-05 13:29:48 +00:00
|
|
|
error: to use a constant of type `Foo` in a pattern, `Foo` must be annotated with `#[derive(PartialEq, Eq)]`
|
2022-05-21 11:24:00 +00:00
|
|
|
--> $DIR/ice-6254.rs:13:9
|
2020-11-05 13:29:48 +00:00
|
|
|
|
|
|
|
|
LL | FOO_REF_REF => {},
|
|
|
|
| ^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
|
|
|
|
= note: for more information, see issue #62411 <https://github.com/rust-lang/rust/issues/62411>
|
2023-03-27 14:14:08 +00:00
|
|
|
= note: the traits must be derived, manual `impl`s are not sufficient
|
|
|
|
= note: see https://doc.rust-lang.org/stable/std/marker/trait.StructuralEq.html for details
|
2022-09-22 16:04:22 +00:00
|
|
|
= note: `-D indirect-structural-match` implied by `-D warnings`
|
2023-08-01 12:02:21 +00:00
|
|
|
= help: to override `-D warnings` add `#[allow(indirect_structural_match)]`
|
2020-11-05 13:29:48 +00:00
|
|
|
|
2023-11-21 17:08:42 +00:00
|
|
|
error: aborting due to 1 previous error
|
2020-11-05 13:29:48 +00:00
|
|
|
|