summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/issue-3639.rs
blob: 7b16b2dfde065fc123d3785d6b2feb4c2ad7a972 (plain)
1
2
3
4
5
trait Foo where {}
struct Bar where {}
struct Bax where;
struct Baz(String) where;
impl<> Foo<> for Bar<> where {}