Sign in
fuchsia
/
third_party
/
rust
/
5670d048c0f88af9976b5505c7853b23dd06770d
/
.
/
src
/
test
/
rustdoc
/
issue-16265-1.rs
blob: 653fd4c5e34e671e288d98fadca0254eb20cfeb4 [
file
] [
log
] [
blame
]
pub
struct
Foo
;
// @has issue_16265_1/traits/index.html '[src]'
pub
mod
traits
{
impl
PartialEq
for
super
::
Foo
{
fn
eq
(&
self
,
_
:
&
super
::
Foo
)
->
bool
{
true
}
}
}