Sign in
rust
/
rust
/
refs/heads/beta
/
.
/
tests
/
rustdoc
/
attribute-rendering.rs
blob: 841533814c3887b9a101940a789397b7bdd22cc3 [
file
] [
log
] [
blame
]
#![
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
()
{}