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