Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
1f243003a79f5a59a7b904524b1cc969a4bda38f
/
.
/
src
/
test
/
rustdoc
/
intra-doc
/
anchors.rs
blob: e4f0c737bdd3312be648ff318704194405ee7574 [
file
] [
log
] [
blame
]
/// I want...
///
/// # Anchor!
pub
struct
Something
;
// @has anchors/struct.SomeOtherType.html
// @has - '//a/@href' '../anchors/struct.Something.html#Anchor!'
/// I want...
///
/// To link to [Something#Anchor!]
pub
struct
SomeOtherType
;