rust/tests/source/issue-3639.rs

6 lines
115 B
Rust
Raw Normal View History

trait Foo where {}
struct Bar where {}
struct Bax where;
struct Baz(String) where;
impl<> Foo<> for Bar<> where {}