]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-977.rs
Merge commit '39683d8eb7a32a74bea96ecbf1e87675d3338506' into sync_cg_gcc-2022-03-26
[rust.git] / src / tools / rustfmt / tests / target / issue-977.rs
1 // rustfmt-normalize_comments: true
2
3 trait NameC {
4     // comment
5 }
6 struct FooC {
7     // comment
8 }
9 enum MooC {
10     // comment
11 }
12 mod BarC { // comment
13 }
14 extern "C" {
15     // comment
16 }