Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
4486c24db3ca1c698b34ea08bee15194774b53df
/
.
/
tests
/
rustdoc
/
intra-doc
/
issue-82209.rs
blob: a5fe855cb3681d187feb1440fa9d1667c4ec98d9 [
file
] [
log
] [
blame
]
#![
crate_name
=
"foo"
]
#![
deny
(
rustdoc
::
broken_intra_doc_links
)]
pub
enum
Foo
{
Bar
{
abc
:
i32
,
/// [Self::Bar::abc]
xyz
:
i32
,
},
}
// @has foo/enum.Foo.html '//a/@href' 'enum.Foo.html#variant.Bar.field.abc'