mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-02-23 13:02:28 +00:00
14 lines
501 B
Text
14 lines
501 B
Text
|
error: Too few arguments
|
||
|
--> $DIR/method_too_few_args.rs:8:4
|
||
|
|
|
||
|
8 | fn read()
|
||
|
| ^^^^
|
||
|
|
||
|
error[E0433]: failed to resolve: use of undeclared type or module `_gotham_restful_resource_foo_resource_method_read`
|
||
|
--> $DIR/method_too_few_args.rs:3:10
|
||
|
|
|
||
|
3 | #[derive(Resource)]
|
||
|
| ^^^^^^^^ use of undeclared type or module `_gotham_restful_resource_foo_resource_method_read`
|
||
|
|
|
||
|
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
|