mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-02-23 04:52:28 +00:00
11 lines
325 B
Text
11 lines
325 B
Text
error: Invalid attribute syntax
|
|
--> $DIR/invalid_attribute.rs:8:12
|
|
|
|
|
8 | #[read_all(FooResource)]
|
|
| ^^^^^^^^^^^
|
|
|
|
error[E0412]: cannot find type `read_all___gotham_restful_endpoint` in this scope
|
|
--> $DIR/invalid_attribute.rs:5:12
|
|
|
|
|
5 | #[resource(read_all)]
|
|
| ^^^^^^^^ not found in this scope
|