os-rust/src/test/ui/macros/macro-in-expression-context-2.stderr

12 lines
327 B
Text
Raw Normal View History

error: expected expression, found the end of the macro arm
--> $DIR/macro-in-expression-context-2.rs:5:16
|
LL | macro_rules! empty { () => () }
| -- in this macro arm
...
LL | _ => { empty!() }
| ^^^^^^^^ expected expression
error: aborting due to previous error