1 2 3 4 5 6 7 8
struct S; impl S { fn f(*, a: u8) -> u8 {} //~^ ERROR expected argument name, found `*` } fn main() {}