Update trybuild output
This commit is contained in:
parent
4eb5033dd0
commit
25be562036
@ -1,19 +1,7 @@
|
|||||||
error: no rules expected the token `history_impl`
|
error: no rules expected the token `deprecated`
|
||||||
--> tests/api/ui/deprecated-without-added.rs:3:21
|
--> tests/api/ui/deprecated-without-added.rs:9:16
|
||||||
|
|
|
|
||||||
3 | const _: Metadata = metadata! {
|
9 | 1.1 => deprecated,
|
||||||
| _____________________^
|
| ^^^^^^^^^^ no rules expected this token in macro call
|
||||||
4 | | method: GET,
|
|
||||||
5 | | rate_limited: false,
|
|
||||||
6 | | authentication: None,
|
|
||||||
... |
|
|
||||||
10 | | }
|
|
||||||
11 | | };
|
|
||||||
| |_^ no rules expected this token in macro call
|
|
||||||
|
|
|
|
||||||
note: while trying to match `field`
|
= note: while trying to match sequence start
|
||||||
--> src/api.rs
|
|
||||||
|
|
|
||||||
| ( @field method: $method:ident ) => { $crate::exports::http::Method::$method };
|
|
||||||
| ^^^^^
|
|
||||||
= note: this error originates in the macro `$crate::metadata` which comes from the expansion of the macro `metadata` (in Nightly builds, run with -Z macro-backtrace for more info)
|
|
||||||
|
@ -1,19 +1,7 @@
|
|||||||
error: no rules expected the token `history_impl`
|
error: no rules expected the token `removed`
|
||||||
--> tests/api/ui/removed-without-deprecated.rs:3:28
|
--> tests/api/ui/removed-without-deprecated.rs:9:16
|
||||||
|
|
|
|
||||||
3 | const METADATA: Metadata = metadata! {
|
9 | 1.1 => removed,
|
||||||
| ____________________________^
|
| ^^^^^^^ no rules expected this token in macro call
|
||||||
4 | | method: GET,
|
|
||||||
5 | | rate_limited: false,
|
|
||||||
6 | | authentication: None,
|
|
||||||
... |
|
|
||||||
10 | | }
|
|
||||||
11 | | };
|
|
||||||
| |_^ no rules expected this token in macro call
|
|
||||||
|
|
|
|
||||||
note: while trying to match `field`
|
= note: while trying to match sequence start
|
||||||
--> src/api.rs
|
|
||||||
|
|
|
||||||
| ( @field method: $method:ident ) => { $crate::exports::http::Method::$method };
|
|
||||||
| ^^^^^
|
|
||||||
= note: this error originates in the macro `$crate::metadata` which comes from the expansion of the macro `metadata` (in Nightly builds, run with -Z macro-backtrace for more info)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user