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
…cation-in-type, r=petrochenkov
Remove a token after closing delimiter from the span of macro in type position
e.g.
```rust
let x = y: foo!();
```
The span for `foo!()` includes `;`.
cc rust-lang/rustfmt#2290.
Example code:
Is formatted into:
Which is not identical.
Noticed with https://github.com/xfix/advent-of-code-2017/blob/master/day18/src/main.rs with
>>
operator, and simplified.This happens on playpen.
The text was updated successfully, but these errors were encountered: