summaryrefslogtreecommitdiffstats
path: root/vendor/quote/tests/ui/does-not-have-iter-interpolated.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/quote/tests/ui/does-not-have-iter-interpolated.stderr')
-rw-r--r--vendor/quote/tests/ui/does-not-have-iter-interpolated.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/quote/tests/ui/does-not-have-iter-interpolated.stderr b/vendor/quote/tests/ui/does-not-have-iter-interpolated.stderr
index 2dcf206dd..8ec2d40ef 100644
--- a/vendor/quote/tests/ui/does-not-have-iter-interpolated.stderr
+++ b/vendor/quote/tests/ui/does-not-have-iter-interpolated.stderr
@@ -4,7 +4,7 @@ error[E0308]: mismatched types
8 | quote!(#(#nonrep)*);
| ^^^^^^^^^^^^^^^^^^^
| |
- | expected struct `HasIterator`, found struct `ThereIsNoIteratorInRepetition`
+ | expected `HasIterator`, found `ThereIsNoIteratorInRepetition`
| expected due to this
|
= 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)