Sign in
rust
/
rust-lang
/
rust
/
f13ef0d75d834c826c9479a5d244bcfb9891df45
/
.
/
tests
/
rustdoc
/
attribute-rendering.rs
blob: fb40d0a9887cf77163ced37285c61a4d3fda2af7 [
file
] [
log
] [
blame
]
#![
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
()
{}