1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-02-23 13:02:28 +00:00
deprecated-gotham-restful/tests/ui/endpoint/non_custom_body_attribute.stderr
2021-01-18 16:56:16 +00:00

11 lines
354 B
Text

error: `body` can only be used on custom endpoints
--> $DIR/non_custom_body_attribute.rs:8:12
|
8 | #[read_all(body = false)]
| ^^^^
error[E0412]: cannot find type `read_all___gotham_restful_endpoint` in this scope
--> $DIR/non_custom_body_attribute.rs:5:12
|
5 | #[resource(read_all)]
| ^^^^^^^^ not found in this scope