]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/async-await/dont-print-desugared-async.rs
Auto merge of #103217 - mejrs:track, r=eholk
[rust.git] / src / test / ui / async-await / dont-print-desugared-async.rs
index 8150a260866b98951e76ea346400138c85f4cb50..68341a24c4e5d396e3bc52ffb84c3e4ca733831e 100644 (file)
@@ -1,7 +1,6 @@
 // Test that we don't show variables with from async fn desugaring
 
 // edition:2018
-#![feature(async_await)]
 
 async fn async_fn(&ref mut s: &[i32]) {}
 //~^ ERROR cannot borrow data in a `&` reference as mutable [E0596]