]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/wrapping.rs
Rollup merge of #107470 - kadiwa4:bootstrap_cleanup, r=albertlarsan68
[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 {}