about summary refs log tree commit diff
path: root/src/librustc_data_structures
diff options
context:
space:
mode:
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>2017-05-18 00:22:52 +0300
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>2017-05-27 00:52:20 +0300
commit73c73e4a9509e2ecf593589442bff802dd53c9b4 (patch)
treec0e4a7074737eb58b9ff722634ff5cb616dd625f /src/librustc_data_structures
parent557967766be6139bd747ab2c3dc56ff0c9b8852a (diff)
downloadrust-73c73e4a9509e2ecf593589442bff802dd53c9b4.tar.gz
rust-73c73e4a9509e2ecf593589442bff802dd53c9b4.zip
Stabilize unions with `Copy` fields and no destructor
Diffstat (limited to 'src/librustc_data_structures')
-rw-r--r--src/librustc_data_structures/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_data_structures/lib.rs b/src/librustc_data_structures/lib.rs
index c254dfc48d2..83cd5cef00c 100644
--- a/src/librustc_data_structures/lib.rs
+++ b/src/librustc_data_structures/lib.rs
@@ -29,7 +29,6 @@
 #![feature(nonzero)]
 #![feature(unboxed_closures)]
 #![feature(fn_traits)]
-#![feature(untagged_unions)]
 #![feature(associated_consts)]
 #![feature(unsize)]
 #![feature(i128_type)]