We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Example:
fn main() { match 0u8 { // Comment 0 => {} _ => {} } }
=>
fn main() { match 0u8 { // Comment 0 => { } _ => { } } }
Affected tests: [pretty] pretty\borrowck\borrowck-pat-enum.rs [pretty] pretty\issue-11709.rs [pretty] pretty\issue-28839.rs