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.
I write this code:
struct Abc([u8; // five 5 + // ten 10 + // thirteen 13 ]);
rustfmt formats this to:
struct Abc( [u8; 5 + // ten 10 + // thirteen 13], );
It has lost the // five comment. The remainder of the formatting is not great.
// five
playground
version:
rustfmt 1.8.0-stable (90b35a6239 2024-11-26)