2019-05-23 13:10:24 -07:00
|
|
|
error: unexpected `self` parameter in function
|
2019-05-23 12:54:27 -07:00
|
|
|
--> $DIR/self-in-function-arg.rs:1:15
|
|
|
|
|
|
|
|
|
LL | fn foo(x:i32, self: i32) -> i32 { self }
|
2020-02-02 11:10:27 +01:00
|
|
|
| ^^^^ must be the first parameter of an associated function
|
2019-05-23 12:54:27 -07:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|