1error[E0308]: mismatched types
2 --> tests/ui/does-not-have-iter-separated.rs:4:5
3  |
44 |     quote!(#(a b),*);
5  |     ^^^^^^^^^^^^^^^^
6  |     |
7  |     expected `HasIterator`, found `ThereIsNoIteratorInRepetition`
8  |     expected due to this
9  |
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)
11