We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f1bad commit f20d586Copy full SHA for f20d586
src/test/rustdoc/attributes.rs
@@ -8,8 +8,8 @@ pub extern "C" fn f() {}
8
#[export_name = "bar"]
9
pub extern "C" fn g() {}
10
11
-// @has foo/enum.Foo.html '//*[@class="docblock attributes"]' '#[repr(i64)]'
12
-// @has foo/enum.Foo.html '//*[@class="docblock attributes"]' '#[must_use]'
+// @has foo/enum.Foo.html '//*[@class="docblock attributes top-attr"]' '#[repr(i64)]'
+// @has foo/enum.Foo.html '//*[@class="docblock attributes top-attr"]' '#[must_use]'
13
#[repr(i64)]
14
#[must_use]
15
pub enum Foo {
0 commit comments