blob: e5ae9612c9823687e196672f256ebfaae1093a69 [file] [log] [blame]
#![feature(non_lifetime_binders)]
#![allow(incomplete_features)]
trait Other<U: ?Sized> {}
trait Trait<U>
where
for<T> U: Other<T> {}