blob: 176e6ba410670df9641eb9028bde1f3dac42ecba [file] [log] [blame]
// check-pass
trait A<T> {}
struct B<T> where B<T>: A<B<T>> { t: T }
fn main() {}