]> git.proxmox.com Git - rustc.git/blame - vendor/quote/tests/ui/does-not-have-iter-interpolated.stderr
New upstream version 1.70.0+dfsg1
[rustc.git] / vendor / quote / tests / ui / does-not-have-iter-interpolated.stderr
CommitLineData
3c0e092e 1error[E0308]: mismatched types
5099ac24 2 --> tests/ui/does-not-have-iter-interpolated.rs:8:5
3c0e092e
XL
3 |
48 | quote!(#(#nonrep)*);
5099ac24 5 | ^^^^^^^^^^^^^^^^^^^
3c0e092e 6 | |
353b0b11 7 | expected `HasIterator`, found `ThereIsNoIteratorInRepetition`
3c0e092e
XL
8 | expected due to this
9 |
f2b60f7d 10 = 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)