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