diff options
| author | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2017-05-18 00:22:52 +0300 |
|---|---|---|
| committer | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2017-05-27 00:52:20 +0300 |
| commit | 73c73e4a9509e2ecf593589442bff802dd53c9b4 (patch) | |
| tree | c0e4a7074737eb58b9ff722634ff5cb616dd625f /src/test/debuginfo | |
| parent | 557967766be6139bd747ab2c3dc56ff0c9b8852a (diff) | |
| download | rust-73c73e4a9509e2ecf593589442bff802dd53c9b4.tar.gz rust-73c73e4a9509e2ecf593589442bff802dd53c9b4.zip | |
Stabilize unions with `Copy` fields and no destructor
Diffstat (limited to 'src/test/debuginfo')
| -rw-r--r-- | src/test/debuginfo/union-smoke.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/debuginfo/union-smoke.rs b/src/test/debuginfo/union-smoke.rs index 0b2544151fd..433196b526c 100644 --- a/src/test/debuginfo/union-smoke.rs +++ b/src/test/debuginfo/union-smoke.rs @@ -34,7 +34,6 @@ #![allow(unused)] #![feature(omit_gdb_pretty_printer_section)] #![omit_gdb_pretty_printer_section] -#![feature(untagged_unions)] union U { a: (u8, u8), |
