about summary refs log tree commit diff
path: root/src/test/debuginfo
diff options
context:
space:
mode:
authorAaron Turon <aturon@mozilla.com>2014-10-02 11:47:51 -0700
committerAaron Turon <aturon@mozilla.com>2014-10-02 11:47:51 -0700
commit7bf56df4c8bf40a16f2743447b7688343642f370 (patch)
treea3854d324e66cf84cc78d1a89faff4a6265a9058 /src/test/debuginfo
parent2f365ffdad40475e8f70f7af7f210d6c597b60f5 (diff)
downloadrust-7bf56df4c8bf40a16f2743447b7688343642f370.tar.gz
rust-7bf56df4c8bf40a16f2743447b7688343642f370.zip
Revert "Put slicing syntax behind a feature gate."
This reverts commit 95cfc35607ccf5f02f02de56a35a9ef50fa23a82.
Diffstat (limited to 'src/test/debuginfo')
-rw-r--r--src/test/debuginfo/vec-slices.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/debuginfo/vec-slices.rs b/src/test/debuginfo/vec-slices.rs
index 67e621fe556..392a025b1f0 100644
--- a/src/test/debuginfo/vec-slices.rs
+++ b/src/test/debuginfo/vec-slices.rs
@@ -80,7 +80,6 @@
 // lldb-check:[...]$5 = &[AStruct { x: 10, y: 11, z: 12 }, AStruct { x: 13, y: 14, z: 15 }]
 
 #![allow(unused_variable)]
-#![feature(slicing_syntax)]
 
 struct AStruct {
     x: i16,