blob: ac8e725038a31624349e344638761fda1d47b9ee [file] [log] [blame]
error[E0308]: mismatched types
--> $DIR/does-not-have-iter.rs:8:5
|
LL | quote!($(a b)*);
| ^^^^^^^^^^^^^^^ expected `HasIterator`, found `ThereIsNoIteratorInRepetition`
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0308`.