Sign in
rust
/
rust
/
be90b53d2b756c83f14ea80c4e607fc81dfa3d1d
/
.
/
tests
/
rustdoc
/
attribute-rendering.rs
blob: 36e10923c85354e44ef7658f031ed5e5b49fd090 [
file
] [
log
] [
blame
]
#![
crate_name
=
"foo"
]
// @has 'foo/fn.f.html'
// @has - //*[@'class="item-decl"]' '#[export_name = "f"] pub fn f()'
#[
export_name
=
"
\
f
"]
pub
fn
f
()
{}