2019-04-10 16:40:12 -07:00
|
|
|
error[E0658]: the semantics of constant patterns is not yet settled
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/feature-gate.rs:13:1
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
2019-03-17 10:52:07 +01:00
|
|
|
LL | #[structural_match]
|
2018-08-08 14:28:26 +02:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-04-10 16:40:12 -07:00
|
|
|
= note: for more information, see tracking issue #31434
|
2018-08-08 14:28:26 +02:00
|
|
|
= help: add #![feature(structural_match)] to the crate attributes to enable
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0658`.
|