error: Unknown parameter
--> tests/macro/invalid_result.rs:6:32
|
6 | #[endpoint(path = "test/path", result = "DoesNotExist")]
| ^^^^^^
warning: unused import: `rustify::endpoint::Endpoint`
--> tests/macro/invalid_result.rs:1:5
|
1 | use rustify::endpoint::Endpoint;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default