diff options
| author | Jon Gjengset <jon@thesquareplanet.com> | 2019-09-23 13:54:37 -0400 |
|---|---|---|
| committer | Jon Gjengset <jon@thesquareplanet.com> | 2019-10-08 18:04:18 -0400 |
| commit | 45aca119a6c94a2c408fb6da7a47d363ab852bac (patch) | |
| tree | fe3b55fc7f4efde0e180e02797f26a6ff1c2adca /src/librustc_codegen_llvm/lib.rs | |
| parent | 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd (diff) | |
| download | rust-45aca119a6c94a2c408fb6da7a47d363ab852bac.tar.gz rust-45aca119a6c94a2c408fb6da7a47d363ab852bac.zip | |
Stabilize mem::take (mem_take)
Tracking issue: https://github.com/rust-lang/rust/issues/61129
Diffstat (limited to 'src/librustc_codegen_llvm/lib.rs')
| -rw-r--r-- | src/librustc_codegen_llvm/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_codegen_llvm/lib.rs b/src/librustc_codegen_llvm/lib.rs index 87eab484faf..52797e64f7d 100644 --- a/src/librustc_codegen_llvm/lib.rs +++ b/src/librustc_codegen_llvm/lib.rs @@ -19,7 +19,6 @@ #![feature(link_args)] #![feature(static_nobundle)] #![feature(trusted_len)] -#![feature(mem_take)] use back::write::{create_target_machine, create_informational_target_machine}; use syntax_pos::symbol::Symbol; |
