]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/attribute-rendering.rs
Rollup merge of #100621 - taiki-e:armv4t-atomics-32, r=cuviper
[rust.git] / src / test / rustdoc / attribute-rendering.rs
1 #![crate_name = "foo"]
2
3 // @has 'foo/fn.f.html'
4 // @has - //*[@'class="docblock item-decl"]' '#[export_name = "f"] pub fn f()'
5 #[export_name = "\
6 f"]
7 pub fn f() {}