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