Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
rustdoc
/
auxiliary
/
issue-57180.rs
blob: 4e2f4b87c020e9fb934b8c4106787a2a29403c4c [
file
] [
log
] [
blame
]
// compile-flags: -Cmetadata=aux
pub
trait
Trait
{
}
pub
struct
Struct
<
F
>
{
_p
:
::
std
::
marker
::
PhantomData
<
F
>,
}
impl
<
F
:
Fn
()
->
u32
>
Trait
for
Struct
<
F
>
where
F
:
Fn
()
->
u32
,
{
}