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