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

9 lines
237 B
Plaintext
Raw Normal View History

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