mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-18 18:04:13 +00:00
tidy fix
This commit is contained in:
parent
01c6689604
commit
91c36c40bd
@ -10,4 +10,4 @@ fn make_generator() {
|
||||
let _gen = || foo.await; //~ ERROR `await` is only allowed inside `async` functions and blocks
|
||||
}
|
||||
|
||||
fn main() {}
|
||||
fn main() {}
|
||||
|
Loading…
Reference in New Issue
Block a user