]> git.proxmox.com Git - rustc.git/blame - src/test/rustdoc/attribute-rendering.rs
New upstream version 1.66.0+dfsg1
[rustc.git] / src / test / rustdoc / attribute-rendering.rs
CommitLineData
5e7ed085
FG
1#![crate_name = "foo"]
2
3// @has 'foo/fn.f.html'
2b03887a 4// @has - //*[@'class="item-decl"]' '#[export_name = "f"] pub fn f()'
5e7ed085
FG
5#[export_name = "\
6f"]
7pub fn f() {}