mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-02-23 13:02:28 +00:00
5 lines
201 B
Text
5 lines
201 B
Text
error[E0412]: cannot find type `UnknownResource` in this scope
|
|
--> $DIR/method_for_unknown_resource.rs:3:12
|
|
|
|
|
3 | #[read_all(UnknownResource)]
|
|
| ^^^^^^^^^^^^^^^ not found in this scope
|