Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
refs/heads/upstream/master
/
.
/
tests
/
rustdoc
/
attribute-rendering.rs
blob: fb40d0a9887cf77163ced37285c61a4d3fda2af7 [
file
] [
log
] [
blame
] [
edit
]
#![
crate_name
=
"foo"
]
//@ has 'foo/fn.f.html'
//@ has - //*[@'class="code-attribute"]' '#[unsafe(export_name = "f")]'
//@ has - //*[@'class="rust item-decl"]' 'pub fn f()'
#[
unsafe
(
export_name
=
"
\
f
")]
pub
fn
f
()
{}