2022-04-03 13:41:12 +02:00
|
|
|
#![crate_name = "foo"]
|
|
|
|
|
|
2024-06-21 14:03:08 +02:00
|
|
|
//@ has 'foo/fn.f.html'
|
2025-08-22 20:40:30 +02:00
|
|
|
//@ has - //*[@'class="code-attribute"]' '#[unsafe(export_name = "f")]'
|
|
|
|
|
//@ has - //*[@'class="rust item-decl"]' 'pub fn f()'
|
2025-07-23 00:00:01 +00:00
|
|
|
#[unsafe(export_name = "\
|
|
|
|
|
f")]
|
2022-04-03 13:41:12 +02:00
|
|
|
pub fn f() {}
|