Sign in
◑
Theme
rust
/
rust
/
219d95e9bcfe4ffbe005a31aa0a4d70eaebc9f65
/
.
/
tests
/
rustdoc-ui
/
error-in-impl-trait
/
closure.rs
blob: 74aae098e5751496a714f812d19efc08dbbfa576 [
file
]
//@ check-pass
// manually desugared version of an `async fn` (but with a closure instead of a coroutine)
pub
fn
a
()
->
impl
Fn
()
->
u32
{
||
content
::
doesnt
::
matter
()
}