2017-01-15 19:50:27 -06:00
|
|
|
// 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
|
|
|
|
}
|
2019-07-17 09:07:12 -05:00
|
|
|
mod BarC { // comment
|
2016-08-23 07:00:43 -05:00
|
|
|
}
|
|
|
|
extern "C" {
|
|
|
|
// comment
|
|
|
|
}
|