Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-4791
/
buggy.rs
blob: 4760022eeaf0d7de1497c1b92ac252137f85f8c9 [
file
] [
log
] [
blame
] [
edit
]
// 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
}