2018-11-16 18:27:27 +00:00
|
|
|
fn b(foo: u32, &mut self) { }
|
2019-05-23 20:10:24 +00:00
|
|
|
//~^ ERROR unexpected `self` parameter in function
|
2020-02-02 10:10:27 +00:00
|
|
|
//~| NOTE must be the first parameter of an associated function
|
2018-11-16 18:27:27 +00:00
|
|
|
|
|
|
|
fn main() { }
|