]> git.lizzy.rs Git - rust.git/blob - src/test/ui/quote-with-interpolated.stderr
Rollup merge of #53274 - bjorn3:remove_statics_field, r=nagisa
[rust.git] / src / test / ui / quote-with-interpolated.stderr
1 error: quote! with interpolated token
2   --> $DIR/quote-with-interpolated.rs:15:29
3    |
4 LL |             quote_expr!(cx, $bar) //~ ERROR quote! with interpolated token
5    |                             ^^^^
6 ...
7 LL |     foo!(bar);
8    |     ---------- in this macro invocation
9
10 error: aborting due to previous error
11