Sign in
rust
/
rust-lang
/
rust
/
1b01decc1ca851e014b6951bdd7f2ac2f897adc9
/
.
/
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'