]> git.proxmox.com Git - rustc.git/blob - tests/rustdoc/test-parens.rs
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / rustdoc / test-parens.rs
1 #![crate_name = "foo"]
2
3 // @has foo/fn.foo.html
4 // @has - '//div[@class="item-decl"]/pre[@class="rust"]' "_: &(dyn ToString + 'static)"
5 pub fn foo(_: &(ToString + 'static)) {}