]> git.proxmox.com Git - rustc.git/blame - vendor/quote/tests/ui/does-not-have-iter.stderr
New upstream version 1.65.0+dfsg1
[rustc.git] / vendor / quote / tests / ui / does-not-have-iter.stderr
CommitLineData
3c0e092e 1error[E0308]: mismatched types
5099ac24 2 --> tests/ui/does-not-have-iter.rs:4:5
3c0e092e
XL
3 |
44 | quote!(#(a b)*);
5099ac24 5 | ^^^^^^^^^^^^^^^
3c0e092e
XL
6 | |
7 | expected struct `HasIterator`, found struct `ThereIsNoIteratorInRepetition`
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)