rust/tests/rustdoc/test-parens.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
162 B
Rust
Raw Normal View History

#![crate_name = "foo"]
// @has foo/fn.foo.html
// @has - '//pre[@class="rust item-decl"]' "_: &(dyn ToString + 'static)"
pub fn foo(_: &(ToString + 'static)) {}