index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
async-await
/
no-params-non-move-async-closure.rs
blob: 48651396d25409631e907583a5b35cca588a166e (
plain
)
1
2
3
4
5
6
//@ edition:2018
//@ check-pass
fn
main
()
{
let
_
=
async
|
x
:
u8
|
{};
}