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 1d93e3c commit f130e9aCopy full SHA for f130e9a
src/test/ui/async-await/multiple-lifetimes/elided.rs
@@ -3,7 +3,7 @@
3
4
// Test that we can use async fns with multiple arbitrary lifetimes.
5
6
-#![feature(async_await, await_macro)]
+#![feature(async_await)]
7
8
async fn multiple_elided_lifetimes(_: &u8, _: &u8) {}
9
0 commit comments