Files
rust/compiler
Dylan DPC 78c0153757 Rollup merge of #81888 - ehuss:macro_rules-pp, r=petrochenkov
Fix pretty printer macro_rules with semicolon.

The pretty printer was not including the trailing semicolon for a macro_rules definition that used parenthesis or brackets, which results in invalid code. This adds the semicolon in those two cases.
2021-02-09 02:40:05 +01:00
..
2021-02-07 20:08:45 +03:00
2021-02-04 16:20:57 +01:00
2021-02-02 09:09:52 -05:00
2021-02-02 12:37:22 -05:00