We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01c6689 commit 91c36c4Copy full SHA for 91c36c4
src/test/ui/issues/issue-51719.rs
@@ -10,4 +10,4 @@ fn make_generator() {
10
let _gen = || foo.await; //~ ERROR `await` is only allowed inside `async` functions and blocks
11
}
12
13
-fn main() {}
+fn main() {}
0 commit comments