mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-02-23 04:52:28 +00:00
11 lines
380 B
Text
11 lines
380 B
Text
error: unexpected token
|
|
--> $DIR/custom_method_invalid_expr.rs:8:21
|
|
|
|
|
8 | #[endpoint(method = "I like pizza", uri = "custom_read")]
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error[E0412]: cannot find type `read_all___gotham_restful_endpoint` in this scope
|
|
--> $DIR/custom_method_invalid_expr.rs:5:12
|
|
|
|
|
5 | #[resource(read_all)]
|
|
| ^^^^^^^^ not found in this scope
|