rust/tests/ui/feature-gates/feature-gate-inline_const_p...

5 lines
113 B
Rust

fn main() {
let const { () } = ();
//~^ ERROR inline-const in pattern position is experimental [E0658]
}