Skip to content

Commit 6638b86

Browse files
committed
Remove unused feature gates from librustc_interface
1 parent d252791 commit 6638b86

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/librustc_interface/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
#![feature(box_syntax)]
33
#![feature(set_stdio)]
44
#![feature(nll)]
5-
#![feature(arbitrary_self_types)]
65
#![feature(generator_trait)]
76
#![feature(generators)]
8-
#![cfg_attr(unix, feature(libc))]
97
#![recursion_limit = "256"]
108

119
#[cfg(unix)]

0 commit comments

Comments
 (0)