This commit is contained in:
Manish Goregaokar 2020-07-09 10:27:48 -07:00
parent 08d3a74a8f
commit fe351e9b8e

View File

@ -46,6 +46,8 @@ macro_rules! this_macro {
() => {}; () => {};
} }
// @has intra_links/struct.ThisType.html '//a/@href' '../intra_links/macro.this_macro.html'
/// another link to [`this_macro!()`]
pub struct ThisType; pub struct ThisType;
impl ThisType { impl ThisType {
@ -70,7 +72,7 @@ pub trait SoAmbiguous {}
pub fn SoAmbiguous() {} pub fn SoAmbiguous() {}
// @has - '//a/@href' '../intra_links/struct.ThisType.html' // @has intra_links/struct.SomeOtherType.html '//a/@href' '../intra_links/struct.ThisType.html'
// @has - '//a/@href' '../intra_links/struct.ThisType.html#method.this_method' // @has - '//a/@href' '../intra_links/struct.ThisType.html#method.this_method'
// @has - '//a/@href' '../intra_links/enum.ThisEnum.html' // @has - '//a/@href' '../intra_links/enum.ThisEnum.html'
// @has - '//a/@href' '../intra_links/enum.ThisEnum.html#variant.ThisVariant' // @has - '//a/@href' '../intra_links/enum.ThisEnum.html#variant.ThisVariant'