rust/tests/target/issue-977.rs

17 lines
182 B
Rust
Raw Normal View History

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