]> git.lizzy.rs Git - rust.git/blobdiff - src/test/mir-opt/uniform_array_move_out.rs
slice_patterns: remove gates in tests
[rust.git] / src / test / mir-opt / uniform_array_move_out.rs
index f2e1864096ea974f9290d9f44a149ad1195197dd..d587d237227ad0b632ff5b64ea4f541ce2182eb3 100644 (file)
@@ -1,5 +1,4 @@
 #![feature(box_syntax)]
-#![feature(slice_patterns)]
 
 fn move_out_from_end() {
     let a = [box 1, box 2];