]> git.lizzy.rs Git - rust.git/blob - tests/target/fn-custom-5.rs
Merge pull request #681 from rust-lang-nursery/comment-style
[rust.git] / tests / target / fn-custom-5.rs
1 // rustfmt-where_pred_indent: Inherit
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 }