Sign in
fuchsia
/
third_party
/
rust
/
9f16db6611b0fb35f4a16dcbf326fb9aee3d87f3
/
.
/
tests
/
rustdoc
/
reexport
/
auxiliary
/
reexports-attrs.rs
blob: 96fa8209cde84e8cbacca7523d30224717e737a1 [
file
] [
log
] [
blame
]
#[
unsafe
(
no_mangle
)]
pub
fn
f0
()
{}
#[
unsafe
(
link_section
=
".here"
)]
pub
fn
f1
()
{}
#[
unsafe
(
export_name
=
"f2export"
)]
pub
fn
f2
()
{}
#[
repr
(
u8
)]
pub
enum
T0
{
V1
}
#[
non_exhaustive
]
pub
enum
T1
{}