This should not be accepted, but it is: ``` rust macro_rules! foo { ( $($x:expr),* ... ) => { 1 } } fn main() { } ``` cc @pnkfelix @cmr