1 2 3 4 5 6 7 8 9
// rustfmt-wrap_comments: true /** foobar */ const foo1: u32 = 0; /** * foobar */ const foo2: u32 = 0;