mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-02-23 21:12:28 +00:00
16 lines
674 B
Text
16 lines
674 B
Text
|
error: Missing Resource struct. Example: #[read_all(MyResource)]
|
||
|
--> $DIR/method_no_resource.rs:7:1
|
||
|
|
|
||
|
7 | #[read_all]
|
||
|
| ^^^^^^^^^^^
|
||
|
|
|
||
|
= note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
|
||
|
|
||
|
error[E0433]: failed to resolve: use of undeclared type or module `_gotham_restful_resource_foo_resource_method_read_all`
|
||
|
--> $DIR/method_no_resource.rs:3:10
|
||
|
|
|
||
|
3 | #[derive(Resource)]
|
||
|
| ^^^^^^^^ use of undeclared type or module `_gotham_restful_resource_foo_resource_method_read_all`
|
||
|
|
|
||
|
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
|