提交 6d9d82d3 编写于 作者: B bors

Auto merge of #43180 - oli-obk:compiletest, r=alexcrichton

Reduce the usage of features in compiletest and libtest
......@@ -284,6 +284,7 @@ dependencies = [
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
"filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
]
......
......@@ -35,9 +35,7 @@
#![feature(asm)]
#![feature(libc)]
#![feature(rustc_private)]
#![feature(set_stdio)]
#![feature(staged_api)]
#![feature(panic_unwind)]
extern crate getopts;
......
......@@ -10,3 +10,4 @@ filetime = "0.1"
getopts = "0.2"
log = "0.3"
rustc-serialize = "0.3"
libc = "0.2"
......@@ -10,9 +10,7 @@
#![crate_name = "compiletest"]
#![feature(box_syntax)]
#![feature(test)]
#![feature(libc)]
#![deny(warnings)]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册