blob: ca8dc75c5335f7ce03a1e894bcedced97cfc6973 [file] [log] [blame]
error: compilation successful
--> $DIR/feature-gate.rs:21:1
|
LL | / fn main() {
LL | | let y = Foo { x: 1 };
LL | | match y {
LL | | FOO => { }
LL | | _ => { }
LL | | }
LL | | }
| |_^
error: aborting due to previous error