2020-02-02 04:10:27 -06:00
|
|
|
error: `self` parameter is only allowed in associated functions
|
2019-05-23 14:54:27 -05:00
|
|
|
--> $DIR/bare-fn-start.rs:1:6
|
2018-11-16 12:35:13 -06:00
|
|
|
|
|
|
|
|
LL | fn a(&self) { }
|
2020-01-28 18:30:01 -06:00
|
|
|
| ^^^^^ not semantically valid as function parameter
|
2019-05-23 14:54:27 -05:00
|
|
|
|
|
2020-02-02 04:10:27 -06:00
|
|
|
= note: associated functions are those in `impl` or `trait` definitions
|
2018-11-16 12:35:13 -06:00
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2018-11-16 12:35:13 -06:00
|
|
|
|