Skip to content

Commit

Permalink
Update ui test suite to nightly-2023-04-15
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 15, 2023
1 parent ca98b65 commit 7cdb57a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/ui/does-not-have-iter-interpolated-dup.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ error[E0308]: mismatched types
| |
| expected `HasIterator`, found `ThereIsNoIteratorInRepetition`
| expected due to this
| here the type of `has_iter` is inferred to be `ThereIsNoIteratorInRepetition`
|
= note: this error originates in the macro `$crate::quote_token_with_context` which comes from the expansion of the macro `quote` (in Nightly builds, run with -Z macro-backtrace for more info)
1 change: 1 addition & 0 deletions tests/ui/does-not-have-iter-interpolated.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ error[E0308]: mismatched types
| |
| expected `HasIterator`, found `ThereIsNoIteratorInRepetition`
| expected due to this
| here the type of `has_iter` is inferred to be `ThereIsNoIteratorInRepetition`
|
= note: this error originates in the macro `$crate::quote_token_with_context` which comes from the expansion of the macro `quote` (in Nightly builds, run with -Z macro-backtrace for more info)

0 comments on commit 7cdb57a

Please sign in to comment.