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 f0472c9 commit 39659a1Copy full SHA for 39659a1
src/test/rustdoc/copy-local-img.rs
@@ -0,0 +1,10 @@
1
+#![crate_name = "foo"]
2
+
3
+// @has static/8a40d4987fbb905
4
+// @has foo/struct.Enum.html
5
+// @has - '//img[@src="../static/8a40d4987fbb905"]' ''
6
7
+/// Image test!
8
+///
9
+/// 
10
+pub struct Enum;
0 commit comments