2019-04-10 18:40:12 -05:00
|
|
|
error[E0658]: the semantics of constant patterns is not yet settled
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/feature-gate.rs:13:1
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
2019-03-17 04:52:07 -05:00
|
|
|
LL | #[structural_match]
|
2018-08-08 07:28:26 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-04-11 13:42:06 -05:00
|
|
|
= note: for more information, see https://github.com/rust-lang/rust/issues/31434
|
2018-08-08 07:28:26 -05: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`.
|