]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/impl-qpath.rs
Rollup merge of #56594 - sdroege:c_void-is-not-never, r=TimNN
[rust.git] / src / test / ui / parser / impl-qpath.rs
1 // compile-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