2019-02-06 10:46:41 -06:00
|
|
|
use std::fmt::Debug;
|
|
|
|
|
2024-06-21 07:03:08 -05: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 {}
|