about summary refs log tree commit diff
path: root/src/test/run-pass
diff options
context:
space:
mode:
authorAlexander Regueiro <alexreg@me.com>2018-11-30 02:57:30 +0000
committerAlexander Regueiro <alexreg@me.com>2018-11-30 15:42:43 +0000
commitd49a8d558f20a753b13c1c9f10c1f63775399f7d (patch)
treeead90cc0867882e13575932692df69045d3097e4 /src/test/run-pass
parent5f19cdc4f87be3bf6391264ef41264bdd3d0d370 (diff)
downloadrust-d49a8d558f20a753b13c1c9f10c1f63775399f7d.tar.gz
rust-d49a8d558f20a753b13c1c9f10c1f63775399f7d.zip
Removed feature gate.
Diffstat (limited to 'src/test/run-pass')
-rw-r--r--src/test/run-pass/rfcs/rfc-2302-self-struct-ctor.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/run-pass/rfcs/rfc-2302-self-struct-ctor.rs b/src/test/run-pass/rfcs/rfc-2302-self-struct-ctor.rs
index 156e240e442..1ec20c50034 100644
--- a/src/test/run-pass/rfcs/rfc-2302-self-struct-ctor.rs
+++ b/src/test/run-pass/rfcs/rfc-2302-self-struct-ctor.rs
@@ -1,7 +1,5 @@
 // run-pass
 
-#![feature(self_struct_ctor)]
-
 #![allow(dead_code)]
 
 use std::fmt::Display;