summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/issue_4911.rs
blob: 21ef6c6c491ac0296f15187f6c49176c2ae053c3 (plain)
1
2
3
4
5
6
#![feature(generic_associated_types)]
#![feature(min_type_alias_impl_trait)]

impl SomeTrait for SomeType {
    type SomeGAT<'a> where Self: 'a = impl SomeOtherTrait;
}