rust/tests/source/expr-visual-indent.rs

9 lines
135 B
Rust
Raw Normal View History

// rustfmt-expr_indent_style: Visual
2015-07-20 23:29:25 +02:00
// Visual level block indentation.
fn matcher() {
Some(while true {
test();
})
}