rust/tests/source/issue-977.rs

9 lines
192 B
Rust
Raw Normal View History

// rustfmt-normalize_comments: true
2016-08-23 14:00:43 +02:00
// FIXME(#919)
trait NameC { /* comment */ }
struct FooC { /* comment */ }
enum MooC { /* comment */ }
mod BarC { /* comment */ }
extern { /* comment */ }