blob: 7c580bc5a5deaa1d2ff46b6dece1c6b5e6cd1e43 [file] [log] [blame]
fn a(&self) { }
//~^ ERROR `self` parameter is only allowed in associated functions
//~| NOTE not semantically valid as function parameter
//~| NOTE associated functions are those in `impl` or `trait` definitions
fn main() { }