mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-23 13:13:17 +00:00
12 lines
255 B
Rust
12 lines
255 B
Rust
// rustfmt-match_arm_blocks: true
|
|
// Wrap match-arms
|
|
|
|
fn main() {
|
|
match lorem {
|
|
true => {
|
|
foooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo(x)
|
|
}
|
|
false => println!("{}", sit),
|
|
}
|
|
}
|