blob: 0b9558cc91e1f8ceb9ec2aafd48a2c4cf9935db0 [file] [log] [blame]
struct MyStruct;
impl MyStruct {
fn f() {|x, y} //~ ERROR expected one of `:`, `@`, or `|`, found `}`
}
fn main() {}