Sign in
rust
/
rust
/
HEAD
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue-4791
/
buggy.rs
blob: fff58be99a5096d8c5ff07de952585aa3d19c6fc [
file
] [
log
] [
blame
]
// rustfmt-struct_field_align_threshold: 30
// rustfmt-trailing_comma: Never
struct
Foo
{
group_a
:
u8
,
group_b
:
u8
}
struct
Bar
{
group_a
:
u8
,
group_b
:
u8
}