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