blob: 10b3fc0a9ae80382b67a2468cf7e6af32009335b [file] [log] [blame]
error: quote! with interpolated token
--> $DIR/quote-with-interpolated.rs:15:29
|
LL | quote_expr!(cx, $bar) //~ ERROR quote! with interpolated token
| ^^^^
...
LL | foo!(bar);
| ---------- in this macro invocation
error: aborting due to previous error