-
Notifications
You must be signed in to change notification settings - Fork 989
Closed
Labels
A-macrosArea: macros (procedural macros, macro_rules! macros, etc.)Area: macros (procedural macros, macro_rules! macros, etc.)C-bugCategory: this is a bug; use also I-* labels for specific bug kinds, e.g. I-non-idempotency or I-ICECategory: this is a bug; use also I-* labels for specific bug kinds, e.g. I-non-idempotency or I-ICE
Description
Example code:
m!(a: b!(c!) % f);Is formatted into:
m!(a: b!(c!) % % f);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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-macrosArea: macros (procedural macros, macro_rules! macros, etc.)Area: macros (procedural macros, macro_rules! macros, etc.)C-bugCategory: this is a bug; use also I-* labels for specific bug kinds, e.g. I-non-idempotency or I-ICECategory: this is a bug; use also I-* labels for specific bug kinds, e.g. I-non-idempotency or I-ICE