summary refs log tree commit diff
path: root/tests/ui/parser/impl-qpath.rs
blob: d7c4989b6e4c4b37e81334a2564a41ce4a4749ef (plain)
1
2
3
4
5
6
7
//@ check-pass
//@ compile-flags: -Z parse-only

impl <*const u8>::AssocTy {} // OK
impl <Type as Trait>::AssocTy {} // OK
impl <'a + Trait>::AssocTy {} // OK
impl <<Type>::AssocTy>::AssocTy {} // OK