2017-01-16 14:50:27 +13:00
|
|
|
// 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
|
|
|
|
}
|
2019-07-17 23:07:12 +09:00
|
|
|
mod BarC { // comment
|
2016-08-23 21:00:43 +09:00
|
|
|
}
|
|
|
|
extern "C" {
|
|
|
|
// comment
|
|
|
|
}
|