We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83c808 commit 2f19383Copy full SHA for 2f19383
src/test/rustdoc/issue-41783.rs
@@ -12,14 +12,18 @@
12
// @!has - 'space'
13
// @!has - 'comment'
14
// @has - '# <span class="ident">single'
15
-// @has - '#<span class="attribute"># <span class="ident">double</span>'
16
-// @has - '#<span class="attribute">#<span class="attribute"># <span class="ident">triple</span>'
+// @has - '## <span class="ident">double</span>'
+// @has - '### <span class="ident">triple</span>'
17
+// @has - '<span class="attribute">#[<span class="ident">outer</span>]</span>'
18
+// @has - '<span class="attribute">#![<span class="ident">inner</span>]</span>'
19
20
/// ```no_run
21
/// # # space
22
/// # comment
23
/// ## single
24
/// ### double
25
/// #### triple
26
+/// ##[outer]
27
+/// ##![inner]
28
/// ```
29
pub struct Foo;
0 commit comments