Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
impl-qpath.rs
blob: d7c4989b6e4c4b37e81334a2564a41ce4a4749ef [
file
] [
log
] [
blame
] [
edit
]
//@ 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