We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a4596a commit cf862dfCopy full SHA for cf862df
src/librustc_driver/lib.rs
@@ -5,12 +5,7 @@
5
//! This API is completely unstable and subject to change.
6
7
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
8
-#![feature(box_syntax)]
9
-#![cfg_attr(unix, feature(libc))]
10
#![feature(nll)]
11
-#![feature(set_stdio)]
12
-#![feature(no_debug)]
13
-#![feature(integer_atomics)]
14
#![recursion_limit = "256"]
15
16
pub extern crate getopts;
0 commit comments