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 98fce25Copy full SHA for 98fce25
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