diff options
Diffstat (limited to 'src/test/ui/async-await/generics-and-bounds.rs')
| -rw-r--r-- | src/test/ui/async-await/generics-and-bounds.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/ui/async-await/generics-and-bounds.rs b/src/test/ui/async-await/generics-and-bounds.rs index 8b60f2f82f1..963b19b34a6 100644 --- a/src/test/ui/async-await/generics-and-bounds.rs +++ b/src/test/ui/async-await/generics-and-bounds.rs @@ -2,8 +2,6 @@ // edition:2018 // compile-flags: --crate-type lib -#![feature(async_await)] - use std::future::Future; pub async fn simple_generic<T>() {} |
