]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/impl-qpath.rs
Rollup merge of #106446 - bzEq:fix-unwind-lsda, r=Amanieu
[rust.git] / tests / ui / parser / impl-qpath.rs
1 // check-pass
2 // compile-flags: -Z parse-only
3
4 impl <*const u8>::AssocTy {} // OK
5 impl <Type as Trait>::AssocTy {} // OK
6 impl <'a + Trait>::AssocTy {} // OK
7 impl <<Type>::AssocTy>::AssocTy {} // OK