blob: efbb0bfb1508f4c8c8355490bb28fe43e1fb7ed1 [file] [log] [blame]
fn main() {
let x = (1, 2, 3);
match x {
(_a, _x @ ..) => {}
_ => {}
}
}
//~^^^^ ERROR `_x @` is not allowed in a tuple