]> git.proxmox.com Git - rustc.git/blame - src/tools/rustfmt/tests/target/configs/indent_style/visual_where_pred.rs
New upstream version 1.52.1+dfsg1
[rustc.git] / src / tools / rustfmt / tests / target / configs / indent_style / visual_where_pred.rs
CommitLineData
f20569fa
XL
1// rustfmt-indent_style: Visual
2// Where predicate indent
3
4fn lorem<Ipsum, Dolor, Sit, Amet>() -> T
5 where Ipsum: Eq,
6 Dolor: Eq,
7 Sit: Eq,
8 Amet: Eq
9{
10 // body
11}