File: 08-deprecated-without-added.stderr

package info (click to toggle)
rust-ruma-common 0.10.5-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,208 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 414 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)