Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
tests
/
ui
/
parser
/
impl-qpath.rs
blob: fed026792c9d164f665aca11130e63213ce1538a [
file
]
//@ check-pass
//@ compile-flags: -Z parse-crate-root-only
impl
<*
const
u8
>::
AssocTy
{}
// OK
impl
<
Type
as
Trait
>::
AssocTy
{}
// OK
impl
<
'
a
+
Trait
>::
AssocTy
{}
// OK
impl
<<
Type
>::
AssocTy
>::
AssocTy
{}
// OK