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.
2 parents 4cdf492 + 98fce25 commit 0512c82Copy full SHA for 0512c82
tests/rustdoc-json/attrs/cold.rs
@@ -0,0 +1,3 @@
1
+//@ is "$.index[?(@.name=='cold_fn')].attrs" '["#[attr = Cold]"]'
2
+#[cold]
3
+pub fn cold_fn() {}
0 commit comments