Sign in
rust
/
rust
/
93fbf3b885fa9d0bd2a0fec2cbb32cfdb91cc5eb
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue-977.rs
blob: 3784a3874503bb50aa6c714b7705802c6e4bf585 [
file
]
// rustfmt-normalize_comments: true
trait
NameC
{
// comment
}
struct
FooC
{
// comment
}
enum
MooC
{
// comment
}
mod
BarC
{
// comment
}
extern
"C"
{
// comment
}