Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
ab1f382ca8fa4a4c0dde58679207f9bec394fa0e
/
.
/
tests
/
rustdoc-ui
/
error-in-impl-trait
/
closure.rs
blob: 74aae098e5751496a714f812d19efc08dbbfa576 [
file
] [
log
] [
blame
]
//@ 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
()
}