]> git.lizzy.rs Git - rust.git/blob - tests/source/issue-3639.rs
fix: use correct spans for params with attrs
[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 {}