]> git.lizzy.rs Git - rust.git/blob - tests/source/issue-3639.rs
chore: backport 8157a3f0afe978d3e953420577f8344db7e905bf
[rust.git] / tests / source / issue-3639.rs
1 trait Foo where {}
2 struct Bar where {}
3 struct Bax where;
4 struct Baz(String) where;
5 impl<> Foo<> for Bar<> where {}