2019-05-23 13:10:24 -07:00
|
|
|
error: unexpected `self` parameter in function
|
2019-05-23 12:54:27 -07:00
|
|
|
--> $DIR/bare-fn.rs:1:16
|
2018-11-16 19:35:13 +01:00
|
|
|
|
|
|
|
|
LL | fn b(foo: u32, &mut self) { }
|
2020-02-02 11:10:27 +01:00
|
|
|
| ^^^^^^^^^ must be the first parameter of an associated function
|
2018-11-16 19:35:13 +01:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2018-11-16 19:35:13 +01:00
|
|
|
|