We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 323fb71 commit 95c984aCopy full SHA for 95c984a
src/test/rustdoc/ensure-src-link.rs
@@ -0,0 +1,6 @@
1
+#![crate_name = "foo"]
2
+
3
+// This test ensures that the [src] link is present on traits items.
4
5
+// @has foo/trait.Iterator.html '//h3[@id="method.zip"]/a[@class="srclink"]' "[src]"
6
+pub use std::iter::Iterator;
0 commit comments