ruwuma/crates/ruma-api/tests/ui/08-deprecated-without-added.stderr
2022-02-08 10:52:43 +01:00

14 lines
418 B
Plaintext

error: deprecated version is defined while added version is not defined
--> tests/ui/08-deprecated-without-added.rs:3:1
|
3 | / ruma_api! {
4 | | metadata: {
5 | | description: "This will fail.",
6 | | method: GET,
... |
20 | | response: {}
21 | | }
| |_^
|
= note: this error originates in the macro `ruma_api` (in Nightly builds, run with -Z macro-backtrace for more info)