summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc/wrapping.rs
blob: 8d8221bcdf29342cd9a66fa6c73e392ec87c99df (plain)
1
2
3
4
5
use std::fmt::Debug;

// @has 'wrapping/fn.foo.html' '//pre[@class="rust fn"]' 'pub fn foo() -> impl Debug'
// @count - '//pre[@class="rust fn"]/br' 0
pub fn foo() -> impl Debug {}