Skip to content

Commit

Permalink
tidy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
estebank committed May 16, 2019
1 parent 01c6689 commit 91c36c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/ui/issues/issue-51719.rs
Expand Up @@ -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() {}

0 comments on commit 91c36c4

Please sign in to comment.