blob: 728c113bdc32347849e68dbf7116862419136e60 [file] [log] [blame]
trait Foo {
fn foo([a, b]: [i32; 2]) {}
//~^ ERROR: patterns aren't allowed in methods without bodies
}
fn main() {}