1 2 3 4 5 6 7 8 9 10 11
error: expected expression, found `_` --> $DIR/underscore.rs:18:9 | 18 | _ | ^ | ::: $DIR/main.rs:15:5 | 15 | underscore!(); | -------------- in this macro invocation