Sign in
rust
/
rust
/
244fc326f23b58bc9db6bd985c59b80098ff14c1
/
.
/
tests
/
rustdoc-html
/
inline_cross
/
auxiliary
/
attributes.rs
blob: 6068d3855858674c371839604fc89f5fff7f02b0 [
file
] [
log
] [
blame
]
#[
unsafe
(
no_mangle
)]
pub
fn
no_mangle
()
{}
#[
unsafe
(
link_section
=
".here"
)]
pub
fn
link_section
()
{}
#[
unsafe
(
export_name
=
"exonym"
)]
pub
fn
export_name
()
{}
#[
non_exhaustive
]
pub
struct
NonExhaustive
;