about summary refs log tree commit diff
path: root/tests/rustdoc-json/attrs/cold.rs
blob: ec1926e894e4fa728c50f3e42001cf340c700794 (plain)
1
2
3
//@ is "$.index[?(@.name=='cold_fn')].attrs" '[{"other": "#[attr = Cold]"}]'
#[cold]
pub fn cold_fn() {}