about summary refs log tree commit diff
path: root/src/test
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2019-02-01 13:34:07 +0100
committerSimon Sapin <simon.sapin@exyr.org>2019-02-12 09:55:29 +0100
commit55216f82a69092fdb22fb779d3f64d3d756c7ed8 (patch)
treea1a965a410a525205c689e1f3676d0d2d974481f /src/test
parent7a077804a3a58c93f690e382c86ccd4f1a8850af (diff)
downloadrust-55216f82a69092fdb22fb779d3f64d3d756c7ed8.tar.gz
rust-55216f82a69092fdb22fb779d3f64d3d756c7ed8.zip
Stabilize str::escape_* methods
FCP: https://github.com/rust-lang/rust/issues/27791#issuecomment-376864727
Diffstat (limited to 'src/test')
-rw-r--r--src/test/run-pass/threads-sendsync/sync-send-iterators-in-libcore.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/run-pass/threads-sendsync/sync-send-iterators-in-libcore.rs b/src/test/run-pass/threads-sendsync/sync-send-iterators-in-libcore.rs
index 903bbf51634..44beb9dc1e5 100644
--- a/src/test/run-pass/threads-sendsync/sync-send-iterators-in-libcore.rs
+++ b/src/test/run-pass/threads-sendsync/sync-send-iterators-in-libcore.rs
@@ -2,9 +2,6 @@
 // pretty-expanded FIXME #23616
 
 #![allow(warnings)]
-#![feature(iter_empty)]
-#![feature(iter_once)]
-#![feature(str_escape)]
 
 use std::iter::{empty, once, repeat};