about summary refs log tree commit diff
path: root/tests/rustdoc/attribute-rendering.rs
blob: bf9b81077f356a7c4619a5ca652aff094e324aa6 (plain)
1
2
3
4
5
6
7
#![crate_name = "foo"]

//@ has 'foo/fn.f.html'
//@ has - //*[@'class="rust item-decl"]' '#[unsafe(export_name = "f")] pub fn f()'
#[unsafe(export_name = "\
f")]
pub fn f() {}