]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/macro-in-expression-context-2.stderr
Auto merge of #61741 - Centril:rollup-fgro5kz, r=Centril
[rust.git] / src / test / ui / macros / macro-in-expression-context-2.stderr
1 error: macro expansion ends with an incomplete expression: expected expression
2   --> $DIR/macro-in-expression-context-2.rs:5:16
3    |
4 LL | macro_rules! empty { () => () }
5    |                            -- in this macro arm
6 ...
7 LL |         _ => { empty!() }
8    |                ^^^^^^^^ expected expression
9
10 error: aborting due to previous error
11