rust/tests/source/issue-3639.rs

5 lines
115 B
Rust

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