summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue_4911.rs
blob: 0f64aa7f766fd649518262618f634d9e12f43d6e (plain)
1
2
3
4
5
6
7
8
#![feature(min_type_alias_impl_trait)]

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