2018-10-25 12:09:19 -05:00
|
|
|
error: expected expression, found the end of the macro arm
|
2018-10-23 12:07:11 -05:00
|
|
|
--> $DIR/macro-in-expression-context-2.rs:5:16
|
|
|
|
|
|
|
|
|
LL | _ => { empty!() }
|
2018-11-04 15:50:10 -06:00
|
|
|
| ^^^^^^^^ in this macro expansion
|
2018-10-23 12:07:11 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|