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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
261 B
Plaintext
Raw Normal View History

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