mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-04-20 06:54:46 +00:00
a whole bunch of tests for the method macros
This commit is contained in:
parent
4bf0bd7b09
commit
e05f9bb963
23 changed files with 473 additions and 28 deletions
13
tests/ui/method_unsafe.stderr
Normal file
13
tests/ui/method_unsafe.stderr
Normal file
|
@ -0,0 +1,13 @@
|
|||
error: Resource methods must not be unsafe
|
||||
--> $DIR/method_unsafe.rs:8:1
|
||||
|
|
||||
8 | unsafe fn read_all()
|
||||
| ^^^^^^
|
||||
|
||||
error[E0433]: failed to resolve: use of undeclared type or module `_gotham_restful_resource_foo_resource_method_read_all`
|
||||
--> $DIR/method_unsafe.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)
|
Loading…
Add table
Add a link
Reference in a new issue