mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-07 04:38:46 +00:00
7 lines
227 B
Rust
7 lines
227 B
Rust
![]() |
// rustfmt-where_pred_indent: Inherit
|
||
|
// Test different indents.
|
||
|
|
||
|
fn qux() where X: TTTTTTTTTTTTTTTTTTTTTTTTTTTT, X: TTTTTTTTTTTTTTTTTTTTTTTTTTTT, X: TTTTTTTTTTTTTTTTTTTTTTTTTTTT, X: TTTTTTTTTTTTTTTTTTTTTTTTTTTT {
|
||
|
baz();
|
||
|
}
|