]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/borrowck/borrowck-move-out-from-array-use-match.rs
slice_patterns: remove gates in tests
[rust.git] / src / test / ui / borrowck / borrowck-move-out-from-array-use-match.rs
index 1ca3df52ada91c5800a97d071277d84322a62c8e..604a25cdcc1d689ecebacc42584aacd06ca4a69d 100644 (file)
@@ -1,5 +1,3 @@
-#![feature(slice_patterns)]
-
 fn array() -> [(String, String); 3] {
     Default::default()
 }