]> git.proxmox.com Git - rustc.git/blob - src/tools/rustfmt/tests/target/issue_4911.rs
New upstream version 1.65.0+dfsg1
[rustc.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 }