We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8301081 commit e0f8f87Copy full SHA for e0f8f87
src/test/rustdoc/generic-impl.rs
@@ -17,6 +17,7 @@ pub struct Bar;
17
18
// @has foo/struct.Foo.html '//h3[@id="impl-ToString"]//code' 'impl<T> ToString for T'
19
pub struct Foo;
20
+// @has foo/struct.Foo.html '//div[@class="sidebar-links"]/a[@href="#impl-ToString"]' 'ToString'
21
22
impl fmt::Display for Foo {
23
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
0 commit comments