2018-11-16 12:35:13 -06:00
|
|
|
error: unexpected `self` argument in function
|
|
|
|
--> $DIR/trait-fn.rs:4:20
|
|
|
|
|
|
|
|
|
LL | fn c(foo: u32, self) {}
|
2019-05-23 14:54:27 -05:00
|
|
|
| ^^^^ must be the first associated function argument
|
2018-11-16 12:35:13 -06:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|