diff --git a/.github/.cspell/project-dictionary.txt b/.github/.cspell/project-dictionary.txt index e623ace..aafe433 100644 --- a/.github/.cspell/project-dictionary.txt +++ b/.github/.cspell/project-dictionary.txt @@ -1,6 +1,5 @@ compiletest expandtest -metavariables overcaptures reborrow wontfix diff --git a/tests/ui/pin_project/unsupported.stderr b/tests/ui/pin_project/unsupported.stderr index 1cc3736..909a671 100644 --- a/tests/ui/pin_project/unsupported.stderr +++ b/tests/ui/pin_project/unsupported.stderr @@ -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 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` @@ -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 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)