]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/source/issue-977.rs
Rollup merge of #107166 - petrochenkov:nooptable, r=oli-obk
[rust.git] / src / tools / rustfmt / tests / source / issue-977.rs
1 // rustfmt-normalize_comments: true
2
3 trait NameC { /* comment */ }
4 struct FooC { /* comment */ }
5 enum MooC { /* comment */ }
6 mod BarC { /* comment */ }
7 extern { /* comment */ }