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