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 d252791 commit 6638b86Copy full SHA for 6638b86
src/librustc_interface/lib.rs
@@ -2,10 +2,8 @@
2
#![feature(box_syntax)]
3
#![feature(set_stdio)]
4
#![feature(nll)]
5
-#![feature(arbitrary_self_types)]
6
#![feature(generator_trait)]
7
#![feature(generators)]
8
-#![cfg_attr(unix, feature(libc))]
9
#![recursion_limit = "256"]
10
11
#[cfg(unix)]
0 commit comments