Sign in
rust
/
rustfmt
/
refs/heads/libsyntax
/
.
/
tests
/
source
/
configs-struct_lit_style-block.rs
blob: 69caa81ba0923c25737fd9027e2deb996367898c [
file
] [
log
] [
blame
]
// rustfmt-struct_lit_style: Block
// Struct literal-style
fn
main
()
{
let
lorem
=
Lorem
{
ipsum
:
dolor
,
sit
:
amet
};
}