]> git.lizzy.rs Git - rust.git/blob - tests/target/fn-custom-4.rs
Support where clause predicates at different indentations
[rust.git] / tests / target / fn-custom-4.rs
1 // rustfmt-where_pred_indent: Tabbed
2 // Test different indents.
3
4 fn qux()
5     where X: TTTTTTTTTTTTTTTTTTTTTTTTTTTT,
6         X: TTTTTTTTTTTTTTTTTTTTTTTTTTTT,
7         X: TTTTTTTTTTTTTTTTTTTTTTTTTTTT,
8         X: TTTTTTTTTTTTTTTTTTTTTTTTTTTT
9 {
10     baz();
11 }