1e31f0860Sopenharmony_cierror[E0308]: mismatched types 2e31f0860Sopenharmony_ci --> tests/ui/does-not-have-iter-interpolated.rs:8:5 3e31f0860Sopenharmony_ci | 4e31f0860Sopenharmony_ci8 | quote!(#(#nonrep)*); 5e31f0860Sopenharmony_ci | ^^^^^^^^^^^^^^^^^^^ 6e31f0860Sopenharmony_ci | | 7e31f0860Sopenharmony_ci | expected `HasIterator`, found `ThereIsNoIteratorInRepetition` 8e31f0860Sopenharmony_ci | expected due to this 9e31f0860Sopenharmony_ci | here the type of `has_iter` is inferred to be `ThereIsNoIteratorInRepetition` 10e31f0860Sopenharmony_ci | 11e31f0860Sopenharmony_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) 12