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.
#[cold]
1 parent 42245d3 commit ea147ebCopy full SHA for ea147eb
tests/rustdoc-json/attrs/cold.rs
@@ -0,0 +1,3 @@
1
+//@ is "$.index[?(@.name=='cold')].attrs" '["#[attr = Cold]"]'
2
+#[cold]
3
+pub fn cold() {}
0 commit comments