diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2019-11-17 19:18:04 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2020-02-07 13:58:57 +0100 |
| commit | 6638b867022fb1d2a56b6ed5f899e9fd00183396 (patch) | |
| tree | 5c3c4f7ba0fd17c6caf5395fa041e69b8b6fbe57 | |
| parent | d252791a93b7ad26c9af63b68d223164a3678e8e (diff) | |
| download | rust-6638b867022fb1d2a56b6ed5f899e9fd00183396.tar.gz rust-6638b867022fb1d2a56b6ed5f899e9fd00183396.zip | |
Remove unused feature gates from librustc_interface
| -rw-r--r-- | src/librustc_interface/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/librustc_interface/lib.rs b/src/librustc_interface/lib.rs index e4e6849ab8e..ba1e2216ca8 100644 --- a/src/librustc_interface/lib.rs +++ b/src/librustc_interface/lib.rs @@ -2,10 +2,8 @@ #![feature(box_syntax)] #![feature(set_stdio)] #![feature(nll)] -#![feature(arbitrary_self_types)] #![feature(generator_trait)] #![feature(generators)] -#![cfg_attr(unix, feature(libc))] #![recursion_limit = "256"] #[cfg(unix)] |
