rust/tests/source/issue-977.rs

8 lines
177 B
Rust
Raw Normal View History

// rustfmt-normalize_comments: true
2016-08-23 07:00:43 -05:00
trait NameC { /* comment */ }
struct FooC { /* comment */ }
enum MooC { /* comment */ }
mod BarC { /* comment */ }
extern { /* comment */ }