Sign in
rust
/
rustfmt
/
bedef9bd13c2f432584064b51a0d619b7974eb08
/
.
/
tests
/
source
/
issue-6147
/
case_rustfmt_v1.rs
blob: bcae86aaff2d51acc45eaf3f82a64994efc96ab9 [
file
] [
log
] [
blame
]
// rustfmt-style_edition: 2015
pub
fn
main
()
{
let
a
=
Some
(
12
);
match
a
{
#![
attr1
]
#![
attr2
]
#![
attr3
]
_
=>
None
,
}
{
match
a
{
#![
attr1
]
#![
attr2
]
#![
attr3
]
_
=>
None
,
}
}
}