You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like rustfmt fails to format a macro call whose argument is extern. Haven't confirmed, but I think that this is due to the recent change in the rustc parser (rust-lang/rust#57572).
topecongiro
added a commit
to topecongiro/rustfmt
that referenced
this issue
Feb 8, 2019
Our CI hit a surprising formatting change: https://travis-ci.org/dtolnay/syn/jobs/490139618.
I minimized this to:
Before f4f9502:
Since f4f9502:
Mentioning @topecongiro and @scampi who were involved in that PR.
The text was updated successfully, but these errors were encountered: