We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78698dd commit 995513cCopy full SHA for 995513c
src/test/rustdoc/attribute-rendering.rs
@@ -0,0 +1,7 @@
1
+#![crate_name = "foo"]
2
+
3
+// @has 'foo/fn.f.html'
4
+// @has - //*[@'class="docblock item-decl"]' '#[export_name = "f"] pub fn f()'
5
+#[export_name = "\
6
+f"]
7
+pub fn f() {}
0 commit comments