Skip to content

Commit f130e9a

Browse files
Update src/test/ui/async-await/multiple-lifetimes/elided.rs
Co-Authored-By: matthewjasper <mjjasper1@gmail.com>
1 parent 1d93e3c commit f130e9a

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/elided.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(async_await, await_macro)]
6+
#![feature(async_await)]
77

88
async fn multiple_elided_lifetimes(_: &u8, _: &u8) {}
99

0 commit comments

Comments
 (0)