mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-01 16:58:00 +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();
|
|
})
|
|
} |