diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2019-11-17 19:04:56 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2020-02-04 19:18:10 +0100 |
| commit | c2da8b3f0d669cb5d6e7d1338aed91fd1c76b8a3 (patch) | |
| tree | f881233f52cd7aa64512c619adfc2de654716ce1 /src/librustc_codegen_ssa | |
| parent | f9971c5cba0a141d3f00737292a40e3cacf44ac0 (diff) | |
Remove unused feature gates from cg_ssa and cg_utils
Diffstat (limited to 'src/librustc_codegen_ssa')
| -rw-r--r-- | src/librustc_codegen_ssa/lib.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/librustc_codegen_ssa/lib.rs b/src/librustc_codegen_ssa/lib.rs index f39587122c5..a2bb39b9e40 100644 --- a/src/librustc_codegen_ssa/lib.rs +++ b/src/librustc_codegen_ssa/lib.rs @@ -1,10 +1,6 @@ #![doc(html_root_url = "https://doc.rust-lang.org/nightly/")] #![feature(bool_to_option)] #![feature(box_patterns)] -#![feature(box_syntax)] -#![feature(core_intrinsics)] -#![feature(libc)] -#![feature(stmt_expr_attributes)] #![feature(try_blocks)] #![feature(in_band_lifetimes)] #![feature(nll)] |
