Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc
/
attribute-rendering.rs
blob: 841533814c3887b9a101940a789397b7bdd22cc3 [
file
] [
log
] [
blame
] [
edit
]
#![
crate_name
=
"foo"
]
//@ has 'foo/fn.f.html'
//@ has - //*[@'class="rust item-decl"]' '#[export_name = "f"] pub fn f()'
#[
export_name
=
"
\
f
"]
pub
fn
f
()
{}