2019-02-06 16:46:41 +00:00
|
|
|
use std::fmt::Debug;
|
|
|
|
|
2024-06-21 12:03:08 +00: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 16:46:41 +00:00
|
|
|
pub fn foo() -> impl Debug {}
|