Sign in
rust
/
rust
/
b2dfd76fffae30c81ebe6e73b3a1d0a3bd29d330
/
.
/
tests
/
rustdoc-json
/
attrs
/
cold.rs
blob: ec1926e894e4fa728c50f3e42001cf340c700794 [
file
]
//@ is "$.index[?(@.name=='cold_fn')].attrs" '[{"other": "#[attr = Cold]"}]'
#[
cold
]
pub
fn
cold_fn
()
{}