2019-05-23 13:10:24 -07:00
|
|
|
error: unexpected `self` parameter in function
|
2018-11-16 19:35:13 +01:00
|
|
|
--> $DIR/trait-fn.rs:4:20
|
|
|
|
|
|
|
|
|
LL | fn c(foo: u32, 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
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|