blob: 601a51bb4a96a4b8f535477acf4ade088d69e4bc [file] [log] [blame]
error: unexpected `self` parameter in function
--> $DIR/bare-fn.rs:1:16
|
LL | fn b(foo: u32, &mut self) { }
| ^^^^^^^^^ not valid as function parameter
|
= note: `self` is only valid as the first parameter of an associated function
error: aborting due to previous error