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