We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df79da9 commit a9217e3Copy full SHA for a9217e3
src/test/rustdoc/issue-13698.rs
@@ -22,5 +22,5 @@ pub trait Bar {
22
fn bar(&self) {}
23
}
24
25
-// @!has issue_13698/struct.Foo.html '//*[@id="method.foo"]' 'fn bar'
+// @!has issue_13698/struct.Foo.html '//*[@id="method.bar"]' 'fn bar'
26
impl Bar for Foo {}
0 commit comments