about summary refs log tree commit diff
path: root/src/libtest/lib.rs
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2017-08-20 16:49:03 +0200
committerRalf Jung <post@ralfj.de>2017-08-20 16:57:36 +0200
commit5a25e1dad4b50fcda0f86fd188536f212d751c6f (patch)
tree8bf292aacca9b20b4214c8febee30a93ecc4cc11 /src/libtest/lib.rs
parent350434370d72bd29cd7ba190b34f2734ca4f314a (diff)
downloadrust-5a25e1dad4b50fcda0f86fd188536f212d751c6f.tar.gz
rust-5a25e1dad4b50fcda0f86fd188536f212d751c6f.zip
Make sure crates not opting in to staged_api don't use staged_api
Diffstat (limited to 'src/libtest/lib.rs')
-rw-r--r--src/libtest/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libtest/lib.rs b/src/libtest/lib.rs
index 5451ec24aa8..5e34688f8cb 100644
--- a/src/libtest/lib.rs
+++ b/src/libtest/lib.rs
@@ -37,6 +37,7 @@
 #![feature(libc)]
 #![feature(set_stdio)]
 #![feature(panic_unwind)]
+#![feature(staged_api)]
 
 extern crate getopts;
 extern crate term;