We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d0ae9f commit a04c124Copy full SHA for a04c124
src/test/rustdoc/intra-links.rs
@@ -77,3 +77,15 @@ pub trait SoAmbiguous {}
77
78
#[allow(bad_style)]
79
pub fn SoAmbiguous() {}
80
+
81
82
+// @has - '//a/@href' '../intra_links/struct.ThisType.html'
83
+// @has - '//a/@href' '../intra_links/struct.ThisType.html#method.this_method'
84
+// @has - '//a/@href' '../intra_links/enum.ThisEnum.html'
85
+// @has - '//a/@href' '../intra_links/enum.ThisEnum.html#ThisVariant.v'
86
+/// Shortcut links for:
87
+/// * [`ThisType`]
88
+/// * [`ThisType::this_method`]
89
+/// * [ThisEnum]
90
+/// * [ThisEnum::ThisVariant]
91
+pub struct SomeOtherType;
0 commit comments