error[E0308]: mismatched types --> $DIR/does-not-have-iter.rs:4:5 | 4 | quote!(#(a b)*); | ^^^^^^^^^^^^^^^^ | | | expected struct `quote::__private::HasIterator`, found struct `quote::__private::ThereIsNoIteratorInRepetition` | expected due to this | = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)