Sign in
◑
Theme
rust
/
rustfmt
/
refs/heads/main
/
.
/
tests
/
source
/
issue_7088_stable.rs
blob: a769a71b9983f669ff327f51c8f3cbca87e49edb [
file
] [
edit
]
// rustfmt-stable: true
// cfg_select! doesn't get formatted, but indentation is updated.
#![
crate_type
=
"lib"
]
cfg_select
!
{
_
=>
{
fn
foo
(){}
{}
}
}
cfg_select
!
{
_
=>
{{}
{}}}