rust/tests/target/issue-977.rs

17 lines
182 B
Rust
Raw Normal View History

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