]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/borrowck/borrowck-move-out-from-array-no-overlap.rs
slice_patterns: remove gates in tests
[rust.git] / src / test / ui / borrowck / borrowck-move-out-from-array-no-overlap.rs
index 8f274cf73cb0ec3b05f889717d050f228c1328b8..c91b4286b6478038a46840d2b924f22c3dc6d66d 100644 (file)
@@ -1,7 +1,5 @@
 // check-pass
 
-#![feature(slice_patterns)]
-
 fn array() -> [(String, String); 3] {
     Default::default()
 }