Sign in
rust
/
rust
/
refs/heads/lcnr/rustc-dev-guide
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue_3937.rs
blob: 8067310850053c4520f40a3360eea4f8b1863bbe [
file
] [
log
] [
blame
]
// rustfmt-format_code_in_doc_comments:true
struct
Foo
{
// a: i32,
//
// b: i32,
}
struct
Foo
{
a
:
i32
,
//
// b: i32,
}