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