2025-05-27 02:30:53 +09:00
|
|
|
error[E0308]: mismatched types
|
|
|
|
|
--> $DIR/does-not-have-iter.rs:8:5
|
2025-01-09 02:29:02 +01:00
|
|
|
|
|
|
|
|
|
LL | quote!($(a b)*);
|
2025-08-10 21:47:52 +00:00
|
|
|
| ^^^^^^^^^^^^^^^ expected `HasIterator`, found `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`.
|