Skip to content

Commit

Permalink
Update ui test suite to nightly-2024-02-08
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Feb 8, 2024
1 parent c2aeca9 commit bdb4b59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/ui/not-repeatable.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,9 @@ note: the traits `ToTokens` and `Iterator` must be implemented
|
| pub trait Iterator {
| ^^^^^^^^^^^^^^^^^^
= help: items from traits can only be used if the trait is implemented and in scope
= note: the following traits define an item `quote_into_iter`, perhaps you need to implement one of them:
candidate #1: `ext::RepIteratorExt`
candidate #2: `ext::RepToTokensExt`
candidate #3: `ext::RepAsIteratorExt`
= note: this error originates in the macro `$crate::quote_bind_into_iter` which comes from the expansion of the macro `quote` (in Nightly builds, run with -Z macro-backtrace for more info)

0 comments on commit bdb4b59

Please sign in to comment.