blob: a82bc9ebcf451be46de82652a516393d2d07a4f4 [file] [log] [blame]
fn main() {
let r: f32 = 1.0;
match r {
[a, b] => {
//~^ ERROR E0529
}
}
}