]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/borrowck/borrowck-move-out-of-vec-tail.rs
slice_patterns: remove gates in tests
[rust.git] / src / test / ui / borrowck / borrowck-move-out-of-vec-tail.rs
index fa9a3c217db77ec0eefc88d5128f6e1fcaa2f271..8ece81a3c845e9209a20699ff9664cfc854cbcde 100644 (file)
@@ -1,7 +1,5 @@
 // Test that we do not permit moves from &[] matched by a vec pattern.
 
-#![feature(slice_patterns)]
-
 #[derive(Clone, Debug)]
 struct Foo {
     string: String