blob: ef6210bb6f7e84535d5ed4a74ebc4530c4d47230 [file] [log] [blame]
error: compilation successful
--> $DIR/macro-stmt-matchers.rs:14:1
|
LL | / fn main() { //~ ERROR compilation successful
LL | | macro_rules! m { ($s:stmt;) => { $s } }
LL | | m!(vec![].push(0););
LL | | }
| |_^
error: aborting due to previous error