Sign in
android
/
toolchain
/
rustc
/
89a0a0cd9cbd0a0138a09bd877bbc73859a8c330
/
.
/
src
/
test
/
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
()
{}