Skip to content

Commit 1d93e3c

Browse files
Update src/test/ui/async-await/multiple-lifetimes/fn-ptr.rs
Co-Authored-By: matthewjasper <[email protected]>
1 parent 8f9a3af commit 1d93e3c

File tree

1 file changed

+1
-1
lines changed
  • src/test/ui/async-await/multiple-lifetimes

1 file changed

+1
-1
lines changed

src/test/ui/async-await/multiple-lifetimes/fn-ptr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
// Test that we can use async fns with multiple arbitrary lifetimes.
55

6-
#![feature(arbitrary_self_types, async_await, await_macro)]
6+
#![feature(async_await)]
77

88
async fn multiple_named_lifetimes<'a, 'b>(_: &'a u8, _: &'b u8, _: fn(&u8)) {}
99

0 commit comments

Comments
 (0)