Skip to content

Commit

Permalink
tests: Update ui test output to nightly-2024-05-16
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed May 16, 2024
1 parent d628817 commit b1970d7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion .github/.cspell/project-dictionary.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
compiletest
expandtest
metavariables
overcaptures
reborrow
wontfix
14 changes: 0 additions & 14 deletions tests/ui/pin_project/unsupported.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -86,18 +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
|
| [$(#[$attrs:meta])* $vis:vis struct $ident:ident]
| ^^^^^^
= note: captured metavariables except for `:tt`, `:ident` and `:lifetime` cannot be compared to other tokens
= note: see <https://doc.rust-lang.org/nightly/reference/macros-by-example.html#forwarding-a-matched-fragment> for more information
= note: this error originates in the macro `$crate::__pin_project_expand` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)

error: no rules expected the token `union`
Expand All @@ -110,16 +103,9 @@ 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
|
| [$(#[$attrs:meta])* $vis:vis struct $ident:ident]
| ^^^^^^
= note: captured metavariables except for `:tt`, `:ident` and `:lifetime` cannot be compared to other tokens
= note: see <https://doc.rust-lang.org/nightly/reference/macros-by-example.html#forwarding-a-matched-fragment> for more information
= note: this error originates in the macro `$crate::__pin_project_expand` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)

0 comments on commit b1970d7

Please sign in to comment.