提交 7a8d38e5 编写于 作者: T Tatsuyuki Ishi

Additional libc cleanup

上级 7f054990
......@@ -20,7 +20,7 @@
#![deny(warnings)]
#![feature(box_syntax)]
#![feature(libc)]
#![cfg_attr(unix, feature(libc))]
#![feature(quote)]
#![feature(rustc_diagnostic_macros)]
#![feature(set_stdio)]
......@@ -29,6 +29,7 @@
extern crate getopts;
extern crate graphviz;
extern crate env_logger;
#[cfg(unix)]
extern crate libc;
extern crate rustc;
extern crate rustc_allocator;
......
......@@ -16,10 +16,11 @@
#![feature(custom_attribute)]
#![allow(unused_attributes)]
#![feature(range_contains)]
#![feature(libc)]
#![cfg_attr(unix, feature(libc))]
#![feature(conservative_impl_trait)]
extern crate term;
#[cfg(unix)]
extern crate libc;
extern crate serialize as rustc_serialize;
extern crate syntax_pos;
......
......@@ -14,6 +14,7 @@
#![deny(warnings)]
#[cfg(any(target_os = "macos", target_os = "ios"))]
extern crate libc;
extern crate test;
extern crate getopts;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册