2018-11-16 12:27:27 -06:00
|
|
|
fn a(&self) { }
|
2020-02-02 04:10:27 -06:00
|
|
|
//~^ ERROR `self` parameter is only allowed in associated functions
|
2020-01-28 18:30:01 -06:00
|
|
|
//~| NOTE not semantically valid as function parameter
|
2020-02-02 04:10:27 -06:00
|
|
|
//~| NOTE associated functions are those in `impl` or `trait` definitions
|
2018-11-16 12:27:27 -06:00
|
|
|
|
|
|
|
fn main() { }
|