]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/impl-qpath.rs
Auto merge of #100678 - GuillaumeGomez:improve-rustdoc-json-tests, r=aDotInTheVoid
[rust.git] / src / test / 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