Sign in
fuchsia
/
third_party
/
rust
/
5a2fceefd312ec027bdeaa89ebefbe4c33d94de1
/
.
/
tests
/
rustdoc-json
/
attrs
/
link_section_2021.rs
blob: acd8ecd0e30cae87f53381a0e88e1f81a2dbddbd [
file
]
//@ edition: 2021
#![
no_std
]
//@ count "$.index[?(@.name=='example')].attrs[*]" 1
//@ is "$.index[?(@.name=='example')].attrs[*].link_section" '".text"'
#[
link_section
=
".text"
]
pub
extern
"C"
fn
example
()
{}