mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-02-23 04:52:28 +00:00
13 lines
378 B
Text
13 lines
378 B
Text
error: Didn't expect self parameter
|
|
--> $DIR/method_self.rs:8:13
|
|
|
|
|
8 | fn read_all(self)
|
|
| ^^^^
|
|
|
|
error: `self` parameter is only allowed in associated functions
|
|
--> $DIR/method_self.rs:8:13
|
|
|
|
|
8 | fn read_all(self)
|
|
| ^^^^ not semantically valid as function parameter
|
|
|
|
|
= note: associated functions are those in `impl` or `trait` definitions
|