blob: 2ec86958174a4a9d95130b7e5869f8d1ccc18133 [file] [log] [blame]
struct S;
impl S {
fn f(*, a: u8) -> u8 {}
//~^ ERROR expected argument name, found `*`
}
fn main() {}