blob: 80bffedc76f1f390774a48a9a5fedb68a23c0af5 [file] [edit]
// rustfmt-stable: true
// cfg_select! doesn't get formatted, but indentation is updated.
#![crate_type = "lib"]
cfg_select! {
_ => {
fn foo(){} {}
}
}
cfg_select! { _ => {{} {}}}