3432807ac2
cc #2655.
19 lines
201 B
Rust
19 lines
201 B
Rust
// rustfmt-normalize_comments: true
|
|
// FIXME(#919)
|
|
|
|
trait NameC {
|
|
// comment
|
|
}
|
|
struct FooC {
|
|
// comment
|
|
}
|
|
enum MooC {
|
|
// comment
|
|
}
|
|
mod BarC {
|
|
// comment
|
|
}
|
|
extern "C" {
|
|
// comment
|
|
}
|