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