]> git.lizzy.rs Git - rust.git/blob - tests/source/issue-977.rs
fix internal error for long closure types (#3653)
[rust.git] / tests / source / issue-977.rs
1 // rustfmt-normalize_comments: true
2 // FIXME(#919)
3
4 trait NameC { /* comment */ }
5 struct FooC { /* comment */ }
6 enum MooC { /* comment */ }
7 mod BarC { /* comment */ }
8 extern { /* comment */ }