]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/array-slice-vec/vec-matching.rs
slice_patterns: remove gates in tests
[rust.git] / src / test / ui / array-slice-vec / vec-matching.rs
index 49c736bd72847377503b7942da89fa5e126d0986..7009244aa189a9e79b54b9494dc4ec840ef85e0b 100644 (file)
@@ -1,7 +1,5 @@
 // run-pass
 
-#![feature(slice_patterns)]
-
 fn a() {
     let x = [1];
     match x {