Remove unused feature gates from librustc_driver
This commit is contained in:
parent
2a4596abfb
commit
cf862df494
1 changed files with 0 additions and 5 deletions
|
|
@ -5,12 +5,7 @@
|
|||
//! This API is completely unstable and subject to change.
|
||||
|
||||
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
|
||||
#![feature(box_syntax)]
|
||||
#![cfg_attr(unix, feature(libc))]
|
||||
#![feature(nll)]
|
||||
#![feature(set_stdio)]
|
||||
#![feature(no_debug)]
|
||||
#![feature(integer_atomics)]
|
||||
#![recursion_limit = "256"]
|
||||
|
||||
pub extern crate getopts;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue