]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/wrapping.rs
Rollup merge of #106753 - compiler-errors:rpitit-not-suggestable, r=spastorino
[rust.git] / tests / rustdoc / wrapping.rs
1 use std::fmt::Debug;
2
3 // @has 'wrapping/fn.foo.html' '//div[@class="item-decl"]/pre[@class="rust"]' 'pub fn foo() -> impl Debug'
4 // @count - '//div[@class="item-decl"]/pre[@class="rust"]/br' 0
5 pub fn foo() -> impl Debug {}