rust/src/libsyntax
Keegan McAllister 416137eb31 Modernize macro_rules! invocations
macro_rules! is like an item that defines a macro.  Other items don't have a
trailing semicolon, or use a paren-delimited body.

If there's an argument for matching the invocation syntax, e.g. parentheses for
an expr macro, then I think that applies more strongly to the *inner*
delimiters on the LHS, wrapping the individual argument patterns.
2015-01-05 18:21:14 -08:00
..
2015-01-05 18:21:14 -08:00
2015-01-05 18:21:14 -08:00
2015-01-05 18:21:13 -08:00
2015-01-05 18:21:14 -08:00
2015-01-05 18:21:14 -08:00
2015-01-05 18:21:13 -08:00
2015-01-05 18:21:14 -08:00
2015-01-05 18:21:14 -08:00