blob: 96a2251c036b19658c016a5f6dab9110e7219c60 [file] [log] [blame]
error: unexpected `self` parameter in function
--> $DIR/trait-fn.rs:4:20
|
LL | fn c(foo: u32, self) {}
| ^^^^ must be the first associated function parameter
error: aborting due to previous error