error: Didn't expect self parameter --> $DIR/method_self.rs:8:13 | 8 | fn read_all(self) | ^^^^ error[E0433]: failed to resolve: use of undeclared crate or module `_gotham_restful_resource_foo_resource_method_read_all` --> $DIR/method_self.rs:3:10 | 3 | #[derive(Resource)] | ^^^^^^^^ use of undeclared crate 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)