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