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 b61b60d commit 2b55576Copy full SHA for 2b55576
tests/rustdoc/local-resources.rs
@@ -0,0 +1,15 @@
1
+// Test ensuring that local resources copy is working as expected.
2
+// Original issue: <https://github.com/rust-lang/rust/issues/32104>
3
+
4
+#![crate_name = "foo"]
5
+#![feature(no_core)]
6
+#![no_std]
7
+#![no_core]
8
9
+// @has local_resources/0.svg
10
+// @has foo/struct.Enum.html
11
+// @has - '//img[@src="../local_resources/0.svg"]' ''
12
+/// test!
13
+///
14
+/// 
15
+pub struct Enum;
0 commit comments