Skip to content

Commit

Permalink
Update src/test/ui/async-await/multiple-lifetimes/elided.rs
Browse files Browse the repository at this point in the history
Co-Authored-By: matthewjasper <mjjasper1@gmail.com>
  • Loading branch information
nikomatsakis and matthewjasper committed Jul 2, 2019
1 parent 1d93e3c commit f130e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/ui/async-await/multiple-lifetimes/elided.rs
Expand Up @@ -3,7 +3,7 @@

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

#![feature(async_await, await_macro)]
#![feature(async_await)]

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

Expand Down

0 comments on commit f130e9a

Please sign in to comment.