]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/test-parens.rs
d9b9c7957d9a1a0fe2357d0417a14c1d2fa978c5
[rust.git] / tests / rustdoc / test-parens.rs
1 #![crate_name = "foo"]
2
3 // @has foo/fn.foo.html
4 // @has - '//*[@class="rust fn"]' "_: &(dyn ToString + 'static)"
5 pub fn foo(_: &(ToString + 'static)) {}