]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue_4911.rs
Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippy
[rust.git] / src / tools / rustfmt / tests / target / issue_4911.rs
1 #![feature(min_type_alias_impl_trait)]
2
3 impl SomeTrait for SomeType {
4     type SomeGAT<'a>
5     where
6         Self: 'a,
7     = impl SomeOtherTrait;
8 }