]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/repeated-vector-syntax.rs
remove some `slicing_syntax` feature gates
[rust.git] / src / test / run-pass / repeated-vector-syntax.rs
index e854a7326329c8d6d0e977230224b3dc9285f578..eb1c34ee5eb128c2d84490b4e5e509453c27d7d6 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![feature(slicing_syntax)]
-
 pub fn main() {
     let x = [ [true]; 512 ];
     let y = [ 0i; 1 ];