]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/async-await/nested-in-impl.rs
Auto merge of #83152 - guswynn:jemallocator_part2, r=Mark-Simulacrum
[rust.git] / src / test / ui / async-await / nested-in-impl.rs
index 3c82160595f1dfda847cd6cd0c10008213950690..76ed827d5973e4e9b4427840af9eda54a70c0a90 100644 (file)
@@ -4,8 +4,6 @@
 // check-pass
 // edition:2018
 
-#![feature(async_await)]
-
 struct Foo<'a>(&'a ());
 
 impl<'a> Foo<'a> {