rust/tests/target/issue-977.rs

17 lines
200 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 "C" {
// comment
}