### Before formatting ``` macro_rules! test { () => {{}} } ``` ### Formatted ``` macro_rules! test { () => {{} }}; } ``` Which does not parse. ``` rustfmt 0.4.1-nightly (a4462d18 2018-03-26) ```