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

9 lines
213 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 | _ => { empty!() }
| ^^^^^^^^
error: aborting due to previous error