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