mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
Add test
This commit is contained in:
parent
08d3a74a8f
commit
fe351e9b8e
@ -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;
|
||||
|
||||
impl ThisType {
|
||||
@ -70,7 +72,7 @@ pub trait 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/enum.ThisEnum.html'
|
||||
// @has - '//a/@href' '../intra_links/enum.ThisEnum.html#variant.ThisVariant'
|
||||
|
Loading…
Reference in New Issue
Block a user