Files
rust/tests/ui/proc-macro/quote/not-repeatable.stderr

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

11 lines
259 B
Plaintext
Raw Normal View History

error: proc macro panicked
--> $DIR/not-repeatable.rs:15:13
|
LL | let _ = quote! { $($ip)* };
| ^^^^^^^^^^^^^^^^^^
|
= help: message: `$` must be followed by an ident or `$` in `quote!`
error: aborting due to 1 previous error