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

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

11 lines
240 B
Plaintext
Raw Normal View History

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