Sign in
rust
/
rustfmt
/
refs/heads/libsyntax
/
.
/
tests
/
source
/
issue-977.rs
blob: b028b36a0559b671dbb0cfbb457aa4a80428cb52 [
file
] [
log
] [
blame
]
// rustfmt-normalize_comments: true
// FIXME(#919)
trait
NameC
{
/* comment */
}
struct
FooC
{
/* comment */
}
enum
MooC
{
/* comment */
}
mod
BarC
{
/* comment */
}
extern
{
/* comment */
}