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
Related to #6060 and #6044. For the below snippet, rustfmt does nothing at all:
enumFoo{A,B,C,D,}fnmain(){let foo = Foo::A;match foo {// Here is a commentFoo::A |
// And another oneFoo::B |
// Hey look! There's another oneFoo::C |
// That's a lot of commentsFoo::D => {}}}
If someone more knowledgeable about rustfmt internals can please confirm that this is a solvable bug, I'd be happy to contribute the fix.