about summary refs log tree commit diff
path: root/src/test/ui/borrowck/borrowck-move-out-from-array-use-match.rs
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-12-30 01:23:42 +0100
committerMazdak Farrokhzad <twingoow@gmail.com>2020-01-18 19:33:47 +0100
commita1eadca88f03de91f5eecd316419d32e2a302c2b (patch)
treea0a48f8d12920bf9816cbd587c288af2d9c44e17 /src/test/ui/borrowck/borrowck-move-out-from-array-use-match.rs
parent3e3cac010b318c6a2aa89ffbbafaea169898ba3d (diff)
downloadrust-a1eadca88f03de91f5eecd316419d32e2a302c2b.tar.gz
rust-a1eadca88f03de91f5eecd316419d32e2a302c2b.zip
slice_patterns: remove gates in tests
Diffstat (limited to 'src/test/ui/borrowck/borrowck-move-out-from-array-use-match.rs')
-rw-r--r--src/test/ui/borrowck/borrowck-move-out-from-array-use-match.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/ui/borrowck/borrowck-move-out-from-array-use-match.rs b/src/test/ui/borrowck/borrowck-move-out-from-array-use-match.rs
index 1ca3df52ada..604a25cdcc1 100644
--- a/src/test/ui/borrowck/borrowck-move-out-from-array-use-match.rs
+++ b/src/test/ui/borrowck/borrowck-move-out-from-array-use-match.rs
@@ -1,5 +1,3 @@
-#![feature(slice_patterns)]
-
 fn array() -> [(String, String); 3] {
     Default::default()
 }