rust/src/test/ui/rfc1445/feature-gate.no_gate.stderr
2019-04-11 11:42:06 -07:00

13 lines
431 B
Plaintext

error[E0658]: the semantics of constant patterns is not yet settled
--> $DIR/feature-gate.rs:13:1
|
LL | #[structural_match]
| ^^^^^^^^^^^^^^^^^^^
|
= note: for more information, see https://github.com/rust-lang/rust/issues/31434
= 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`.