/// I want...
///
/// # Anchor!
pub struct Something;
// @has anchors/struct.SomeOtherType.html
// @has - '//a/@href' 'struct.Something.html#Anchor!'
/// To link to [Something#Anchor!]
pub struct SomeOtherType;