]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/rfcs/rfc-2302-self-struct-ctor.rs
Removed feature gate.
[rust.git] / src / test / run-pass / rfcs / rfc-2302-self-struct-ctor.rs
index 156e240e44282dcd8a2d813322f7607a2cf38052..1ec20c50034bdc4bfe5b0af0b620885349a14cd1 100644 (file)
@@ -1,7 +1,5 @@
 // run-pass
 
-#![feature(self_struct_ctor)]
-
 #![allow(dead_code)]
 
 use std::fmt::Display;