about summary refs log tree commit diff
path: root/tests/ui/proc-macro/quote/does-not-have-iter-separated.stderr
blob: 2d715f293d431086a4c0699d93747f2fd6d82183 (plain)
1
2
3
4
5
6
7
8
9
error[E0308]: mismatched types
  --> $DIR/does-not-have-iter-separated.rs:8:5
   |
LL |     quote!($(a b),*);
   |     ^^^^^^^^^^^^^^^^ expected `HasIterator`, found `ThereIsNoIteratorInRepetition`

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0308`.