]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/test-parens.rs
Auto merge of #107843 - bjorn3:sync_cg_clif-2023-02-09, r=bjorn3
[rust.git] / tests / rustdoc / test-parens.rs
1 #![crate_name = "foo"]
2
3 // @has foo/fn.foo.html
4 // @has - '//pre[@class="rust item-decl"]' "_: &(dyn ToString + 'static)"
5 pub fn foo(_: &(ToString + 'static)) {}