blob: 3d0df289fb74a2ca71b0fe4e40ceae082a016e07 [file] [log] [blame]
fn main() {
let const { () } = ();
//~^ ERROR inline-const in pattern position is experimental [E0658]
}