summary refs log tree commit diff
path: root/src/test/debuginfo/generic-static-method-on-struct-and-enum.rs
diff options
context:
space:
mode:
authorSimon Wollwage <mail.wollwage@gmail.com>2014-11-20 00:56:50 +0100
committerSimon Wollwage <mail.wollwage@gmail.com>2014-11-20 00:56:50 +0100
commitf950e3c495e191b99493b84bce0adc0ee857f23f (patch)
treef7ca04f311408ce7873923c0d34ee5d9de360fac /src/test/debuginfo/generic-static-method-on-struct-and-enum.rs
parent4a83726517009688440ac99771560968d33d015c (diff)
downloadrust-f950e3c495e191b99493b84bce0adc0ee857f23f.tar.gz
rust-f950e3c495e191b99493b84bce0adc0ee857f23f.zip
removed struct_variant feature from tests
Diffstat (limited to 'src/test/debuginfo/generic-static-method-on-struct-and-enum.rs')
-rw-r--r--src/test/debuginfo/generic-static-method-on-struct-and-enum.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/debuginfo/generic-static-method-on-struct-and-enum.rs b/src/test/debuginfo/generic-static-method-on-struct-and-enum.rs
index 28897a9e837..d69d432fcb3 100644
--- a/src/test/debuginfo/generic-static-method-on-struct-and-enum.rs
+++ b/src/test/debuginfo/generic-static-method-on-struct-and-enum.rs
@@ -31,8 +31,6 @@
 // gdb-check:$5 = 5
 // gdb-command:continue
 
-#![feature(struct_variant)]
-
 struct Struct {
     x: int
 }