diff options
| author | Oliver Schneider <git-spam-no-reply9815368754983@oli-obk.de> | 2017-07-12 10:44:49 +0200 |
|---|---|---|
| committer | Oliver Schneider <git-no-reply-9879165716479413131@oli-obk.de> | 2017-07-13 16:37:57 +0200 |
| commit | cb92ab93a224a7728103f837ec761b1dafd5fbb1 (patch) | |
| tree | 9b70188dd2ab48c89b283bb92d4822d9225b2c66 /src/libtest | |
| parent | d1f1f86d7f5b0ee363b3d247624c01db3b1ef55f (diff) | |
| download | rust-cb92ab93a224a7728103f837ec761b1dafd5fbb1.tar.gz rust-cb92ab93a224a7728103f837ec761b1dafd5fbb1.zip | |
Reduce the usage of features in compiletest and libtest
Diffstat (limited to 'src/libtest')
| -rw-r--r-- | src/libtest/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libtest/lib.rs b/src/libtest/lib.rs index 92cfb862b16..bf71b11fc77 100644 --- a/src/libtest/lib.rs +++ b/src/libtest/lib.rs @@ -35,9 +35,7 @@ #![feature(asm)] #![feature(libc)] -#![feature(rustc_private)] #![feature(set_stdio)] -#![feature(staged_api)] #![feature(panic_unwind)] extern crate getopts; |
