2025-05-27 02:30:53 +09:00
|
|
|
error[E0308]: mismatched types
|
|
|
|
|
--> $DIR/does-not-have-iter-interpolated-dup.rs:12:5
|
2025-01-09 02:29:02 +01:00
|
|
|
|
|
|
|
|
|
LL | quote!($($nonrep $nonrep)*);
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2025-05-27 02:30:53 +09:00
|
|
|
| |
|
|
|
|
|
| expected `HasIterator`, found `ThereIsNoIteratorInRepetition`
|
|
|
|
|
| here the type of `has_iter` is inferred to be `ThereIsNoIteratorInRepetition`
|
2025-01-09 02:29:02 +01:00
|
|
|
|
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
|
|
2025-05-27 02:30:53 +09:00
|
|
|
For more information about this error, try `rustc --explain E0308`.
|