]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/pattern/bindings-after-at/borrowck-pat-by-copy-bindings-in-at.rs
slice_patterns: remove gates in tests
[rust.git] / src / test / ui / pattern / bindings-after-at / borrowck-pat-by-copy-bindings-in-at.rs
index be19e5f2a85cabad53abed7a6b2af4b0dfe4c05d..c4ce50c8b9a16313d92168477130159170043b9f 100644 (file)
@@ -2,7 +2,6 @@
 
 // Test `Copy` bindings in the rhs of `@` patterns.
 
-#![feature(slice_patterns)]
 #![feature(bindings_after_at)]
 
 #[derive(Copy, Clone)]