Sign in
rust
/
rust
/
4d2f9ca08dfd4f248bbbaaa8d7708412129b28e9
/
.
/
tests
/
rustdoc-html
/
wrapping.rs
blob: 43146c73dd0c49d78043129dca58ac9cc9ab7087 [
file
]
use
std
::
fmt
::
Debug
;
//@ has 'wrapping/fn.foo.html' '//pre[@class="rust item-decl"]' 'pub fn foo() -> impl Debug'
//@ count - '//pre[@class="rust item-decl"]/br' 0
pub
fn
foo
()
->
impl
Debug
{}