Sign in
fuchsia
/
third_party
/
rust
/
7e8a8c9cb152530c9833a389e7a7d79c7db693cc
/
.
/
tests
/
rustdoc
/
wrapping.rs
blob: 43146c73dd0c49d78043129dca58ac9cc9ab7087 [
file
] [
log
] [
blame
]
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
{}