]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/macro-in-expression-context-2.stderr
Rollup merge of #55343 - Keruspe:remap-debuginfo-release, r=alexcrichton
[rust.git] / src / test / ui / macros / macro-in-expression-context-2.stderr
1 error: expected expression, found `<eof>`
2   --> $DIR/macro-in-expression-context-2.rs:5:16
3    |
4 LL |         _ => { empty!() }
5    |                ^^^^^^^^
6
7 error: aborting due to previous error
8