macros: Update expected trybuild test output

This commit is contained in:
Jonas Platte 2023-01-30 16:34:26 +01:00
parent 31671da257
commit e37d064306
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C
2 changed files with 10 additions and 0 deletions

View File

@ -11,4 +11,9 @@ error: no rules expected the token `history_impl`
11 | | };
| |_^ no rules expected this token in macro call
|
note: while trying to match `field`
--> 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)

View File

@ -11,4 +11,9 @@ error: no rules expected the token `history_impl`
11 | | };
| |_^ no rules expected this token in macro call
|
note: while trying to match `field`
--> 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)