about summary refs log tree commit diff
path: root/src/test/ui/async-await/async-fn-send-uses-nonsend.rs
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-08-02 03:45:58 +0200
committerMazdak Farrokhzad <twingoow@gmail.com>2019-08-20 03:08:42 +0200
commit228015acd29ceaaed815a0430da462648e44ea42 (patch)
tree080350ca6e31808cf3b618cf5bbce6988e20e7f1 /src/test/ui/async-await/async-fn-send-uses-nonsend.rs
parent6a14411b7633ecaf70dc9ae0112678487a9b0d64 (diff)
downloadrust-228015acd29ceaaed815a0430da462648e44ea42.tar.gz
rust-228015acd29ceaaed815a0430da462648e44ea42.zip
Remove async_await gates from tests.
Diffstat (limited to 'src/test/ui/async-await/async-fn-send-uses-nonsend.rs')
-rw-r--r--src/test/ui/async-await/async-fn-send-uses-nonsend.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/ui/async-await/async-fn-send-uses-nonsend.rs b/src/test/ui/async-await/async-fn-send-uses-nonsend.rs
index 5e1b8c6280b..35d9cb15540 100644
--- a/src/test/ui/async-await/async-fn-send-uses-nonsend.rs
+++ b/src/test/ui/async-await/async-fn-send-uses-nonsend.rs
@@ -2,8 +2,6 @@
 // edition:2018
 // compile-flags: --crate-type lib
 
-#![feature(async_await)]
-
 use std::{
     cell::RefCell,
     fmt::Debug,