about summary refs log tree commit diff
path: root/tests/rustdoc/attribute-rendering.rs
blob: 841533814c3887b9a101940a789397b7bdd22cc3 (plain)
1
2
3
4
5
6
7
#![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() {}