]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/wrapping.rs
Auto merge of #107000 - GuillaumeGomez:fix-items-in-doc-hidden-block, r=notriddle...
[rust.git] / tests / rustdoc / wrapping.rs
1 use std::fmt::Debug;
2
3 // @has 'wrapping/fn.foo.html' '//pre[@class="rust item-decl"]' 'pub fn foo() -> impl Debug'
4 // @count - '//pre[@class="rust item-decl"]/br' 0
5 pub fn foo() -> impl Debug {}