1 2 3 4 5
fn main() { match () { [()] => { } //~ ERROR mismatched types: expected `()` but found a vector pattern } }