Skip to content

Commit

Permalink
Update ui test output to nightly-2023-11-18
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Nov 18, 2023
1 parent 3a7291b commit bb0cd0b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/ui/pin_project/unsupported.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ error: no rules expected the token `union`
27 | | }
| |_^ no rules expected this token in macro call
|
::: src/lib.rs
|
| [$(#[$attrs:meta])* $vis:vis $struct_ty_ident:ident $ident:ident]
| ----------------------
|
note: while trying to match `struct`
--> src/lib.rs
|
Expand All @@ -105,6 +110,11 @@ error: no rules expected the token `union`
27 | | }
| |_^ no rules expected this token in macro call
|
::: src/lib.rs
|
| [$(#[$attrs:meta])* $vis:vis $struct_ty_ident:ident $ident:ident]
| ----------------------
|
note: while trying to match `struct`
--> src/lib.rs
|
Expand Down

0 comments on commit bb0cd0b

Please sign in to comment.