blob: 741ba5f41ce16b9caf72e7b40a58bf226f86f64d [file] [log] [blame]
fn a(&self) { }
//~^ ERROR unexpected `self` argument in function
//~| NOTE `self` is only valid as the first argument of an associated function
fn main() { }