Skip to content

Commit

Permalink
Update src/test/ui/async-await/multiple-lifetimes/fn-ptr.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 8f9a3af commit 1d93e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/ui/async-await/multiple-lifetimes/fn-ptr.rs
Expand Up @@ -3,7 +3,7 @@

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

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

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

Expand Down

0 comments on commit 1d93e3c

Please sign in to comment.