]> git.proxmox.com Git - rustc.git/blame - vendor/quote/tests/ui/does-not-have-iter-interpolated.stderr
New upstream version 1.58.1+dfsg1
[rustc.git] / vendor / quote / tests / ui / does-not-have-iter-interpolated.stderr
CommitLineData
3c0e092e
XL
1error[E0308]: mismatched types
2 --> $DIR/does-not-have-iter-interpolated.rs:8:5
3 |
48 | quote!(#(#nonrep)*);
5 | ^^^^^^^^^^^^^^^^^^^^
6 | |
7 | expected struct `HasIterator`, found struct `ThereIsNoIteratorInRepetition`
8 | expected due to this
9 |
10 = note: this error originates in the macro `$crate::quote_token_with_context` (in Nightly builds, run with -Z macro-backtrace for more info)