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 b154234 commit b876694Copy full SHA for b876694
src/test/rustdoc/proc-macro.rs
@@ -4,6 +4,11 @@
4
#![crate_type="proc-macro"]
5
#![crate_name="some_macros"]
6
7
+// @has some_macros/index.html
8
+// @has - '//a/[@href="attr.some_proc_attr.html"]' 'some_proc_attr'
9
+
10
+//! include a link to [some_proc_attr] to make sure it works.
11
12
extern crate proc_macro;
13
14
use proc_macro::TokenStream;
0 commit comments