Sign in
rust
/
rust
/
244fc326f23b58bc9db6bd985c59b80098ff14c1
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-977.rs
blob: fe16387b7b234e9a1d45827557aee62c143e78c6 [
file
] [
log
] [
blame
]
// rustfmt-normalize_comments: true
trait
NameC
{
/* comment */
}
struct
FooC
{
/* comment */
}
enum
MooC
{
/* comment */
}
mod
BarC
{
/* comment */
}
extern
{
/* comment */
}