diff options
| author | bors <bors@rust-lang.org> | 2014-11-22 08:46:44 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-11-22 08:46:44 +0000 |
| commit | 7765993d62b8f8653f79bfb8a2a8702f7ec19919 (patch) | |
| tree | dc76887d794a06ff3da070ce0951d78f8d4eae64 /src/test/debuginfo/struct-style-enum.rs | |
| parent | 829680840c1ef23439756ecc5fda16114026eed3 (diff) | |
| parent | f950e3c495e191b99493b84bce0adc0ee857f23f (diff) | |
| download | rust-7765993d62b8f8653f79bfb8a2a8702f7ec19919.tar.gz rust-7765993d62b8f8653f79bfb8a2a8702f7ec19919.zip | |
auto merge of #19124 : Kintaro/rust/remove_test_struct_variants, r=bstrie
Removed usage of struct_variant feature from all tests.
Diffstat (limited to 'src/test/debuginfo/struct-style-enum.rs')
| -rw-r--r-- | src/test/debuginfo/struct-style-enum.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/debuginfo/struct-style-enum.rs b/src/test/debuginfo/struct-style-enum.rs index 899b43ad559..48c6c2d79fb 100644 --- a/src/test/debuginfo/struct-style-enum.rs +++ b/src/test/debuginfo/struct-style-enum.rs @@ -49,7 +49,6 @@ // lldb-check:[...]$3 = TheOnlyCase { a: -1 } #![allow(unused_variables)] -#![feature(struct_variant)] use self::Regular::{Case1, Case2, Case3}; use self::Univariant::TheOnlyCase; |
