ruwuma/crates/ruma-common/tests/api/ui/08-deprecated-without-added.stderr
2022-03-03 14:01:51 +01:00

14 lines
414 B
Plaintext

error: deprecated version is defined while added version is not defined
--> $DIR/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)