]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/async-await/async-fn-send-uses-nonsend.rs
Auto merge of #83152 - guswynn:jemallocator_part2, r=Mark-Simulacrum
[rust.git] / src / test / ui / async-await / async-fn-send-uses-nonsend.rs
index 5e1b8c6280b81a7e94c99945cbf7c0bf31ee22d5..35d9cb15540d1f753d8af69098a7bf641b92cf3c 100644 (file)
@@ -2,8 +2,6 @@
 // edition:2018
 // compile-flags: --crate-type lib
 
-#![feature(async_await)]
-
 use std::{
     cell::RefCell,
     fmt::Debug,