]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc1445/feature-gate.no_gate.stderr
Move parse-fail tests to UI
[rust.git] / src / test / ui / rfc1445 / feature-gate.no_gate.stderr
1 error[E0658]: the semantics of constant patterns is not yet settled (see issue #31434)
2   --> $DIR/feature-gate.rs:23:1
3    |
4 LL | #[structural_match] //[no_gate]~ ERROR semantics of constant patterns is not yet settled
5    | ^^^^^^^^^^^^^^^^^^^
6    |
7    = help: add #![feature(structural_match)] to the crate attributes to enable
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0658`.