2019-02-06 11:46:41 -05:00
|
|
|
use std::fmt::Debug;
|
|
|
|
|
2023-01-14 10:58:55 -07:00
|
|
|
// @has 'wrapping/fn.foo.html' '//div[@class="item-decl"]/pre[@class="rust"]' 'pub fn foo() -> impl Debug'
|
|
|
|
// @count - '//div[@class="item-decl"]/pre[@class="rust"]/br' 0
|
2019-02-06 11:46:41 -05:00
|
|
|
pub fn foo() -> impl Debug {}
|