rust/tests/target/issue-977.rs

19 lines
201 B
Rust
Raw Normal View History

// rustfmt-normalize_comments: true
2016-08-23 14:00:43 +02:00
// FIXME(#919)
trait NameC {
// comment
}
2018-04-28 07:07:10 +02:00
struct FooC {
// comment
}
2016-08-23 14:00:43 +02:00
enum MooC {
// comment
}
mod BarC {
// comment
}
extern "C" {
// comment
}