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