blob: 21ef6c6c491ac0296f15187f6c49176c2ae053c3 [file] [log] [blame]
#![feature(generic_associated_types)]
#![feature(min_type_alias_impl_trait)]
impl SomeTrait for SomeType {
type SomeGAT<'a> where Self: 'a = impl SomeOtherTrait;
}