Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
c4b90dfdc53882e139a2ca18ecc0cbadf56a1e40
/
.
/
src
/
test
/
rustdoc-ui
/
error-in-impl-trait
/
closure.rs
blob: f1fd85bb23cb6cd8da4d9ca229ee6af5304122ba [
file
] [
log
] [
blame
]
// check-pass
// manually desugared version of an `async fn` (but with a closure instead of a generator)
pub
fn
a
()
->
impl
Fn
()
->
u32
{
||
content
::
doesnt
::
matter
()
}