]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/borrowck/borrowck-vec-pattern-move-tail.rs
slice_patterns: remove gates in tests
[rust.git] / src / test / ui / borrowck / borrowck-vec-pattern-move-tail.rs
index 420223009a45b2f0c5624e1ef178921ae4058f96..9b8ba2ea8adc5df61562a5d2c785169d3e1ca82b 100644 (file)
@@ -1,7 +1,3 @@
-// http://rust-lang.org/COPYRIGHT.
-
-#![feature(slice_patterns)]
-
 fn main() {
     let mut a = [1, 2, 3, 4];
     let t = match a {