We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7468af8 commit 755835eCopy full SHA for 755835e
tests/rustdoc/issue-32077-type-alias-impls.rs
@@ -19,6 +19,8 @@ impl<T> Foo for GenericStruct<T> {}
19
impl Bar for GenericStruct<u32> {}
20
21
// @has 'foo/type.TypedefStruct.html'
22
+// We check that "Aliased type" is also present as a title in the sidebar.
23
+// @has - '//*[@class="sidebar-elems"]//h3/a[@href="#aliased-type"]' 'Aliased type'
24
// We check that we have the implementation of the type alias itself.
25
// @has - '//*[@id="impl-TypedefStruct"]/h3' 'impl TypedefStruct'
26
// @has - '//*[@id="method.on_alias"]/h4' 'pub fn on_alias()'
0 commit comments