mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-02-23 13:02:28 +00:00
11 lines
299 B
Text
11 lines
299 B
Text
error: Too many arguments
|
|
--> $DIR/too_many_args.rs:9:4
|
|
|
|
|
9 | fn read_all(_id: u64) {}
|
|
| ^^^^^^^^
|
|
|
|
error[E0412]: cannot find type `read_all___gotham_restful_endpoint` in this scope
|
|
--> $DIR/too_many_args.rs:5:12
|
|
|
|
|
5 | #[resource(read_all)]
|
|
| ^^^^^^^^ not found in this scope
|