Sign in
rust
/
rust
/
c1d608bb7e862c8d8b74ce7cfc042fa98e9d4792
/
.
/
tests
/
rustdoc-html
/
intra-doc
/
self-cache.rs
blob: 26cbeb56ad56a991407231bd79ee64ae53921c26 [
file
]
#![
crate_name
=
"foo"
]
//@ has foo/enum.E1.html '//a/@href' 'enum.E1.html#variant.A'
/// [Self::A::b]
pub
enum
E1
{
A
{
b
:
usize
}
}
//@ has foo/enum.E2.html '//a/@href' 'enum.E2.html#variant.A'
/// [Self::A::b]
pub
enum
E2
{
A
{
b
:
usize
}
}