rust/tests/ui/proc-macro/quote/does-not-have-iter-interpolated-dup.stderr

11 lines
281 B
Plaintext

error: proc macro panicked
--> $DIR/does-not-have-iter-interpolated-dup.rs:16:5
|
LL | quote!($($nonrep $nonrep)*);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: message: `$` must be followed by an ident or `$` in `quote!`
error: aborting due to 1 previous error