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