Sign in
android
/
toolchain
/
rustc
/
7e5f8cb0b1c93bc5741c51ce83c4bd831e386441
/
.
/
tests
/
rustdoc
/
intra-doc
/
enum-struct-field.rs
blob: 71ba53b877fe977f5b3355800dfcbca64fc6a9af [
file
] [
log
] [
blame
]
#![
crate_name
=
"foo"
]
pub
enum
Foo
{
X
{
y
:
u8
,
}
}
/// Hello
///
/// I want [Foo::X::y].
pub
fn
foo
()
{}
//@ has foo/fn.foo.html '//a/@href' 'enum.Foo.html#variant.X.field.y'