]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/editions/edition-deny-async-fns-2015.rs
Stabilize futures_api
[rust.git] / src / test / ui / editions / edition-deny-async-fns-2015.rs
index 2105aa5835d0dbc0bc5cbe61603822faacaffdce..e1111f9e0e4b952f26e494921bd24334f3ffdf6f 100644 (file)
@@ -1,6 +1,6 @@
 // edition:2015
 
-#![feature(futures_api, async_await)]
+#![feature(async_await)]
 
 async fn foo() {} //~ ERROR `async fn` is not permitted in the 2015 edition