mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 19:17:43 +00:00
9 lines
141 B
Rust
9 lines
141 B
Rust
![]() |
// rustfmt-config: expr_visual_indent.toml
|
||
|
|
||
|
// Visual level block indentation.
|
||
|
|
||
|
fn matcher() {
|
||
|
Some(while true {
|
||
|
test();
|
||
|
})
|
||
|
}
|