]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-23311.rs
slice_patterns: remove gates in tests
[rust.git] / src / test / ui / issues / issue-23311.rs
index f275c6338b194e977199ecbc22870632506decbd..62c96840b3bc4ad6dcfd0e50482d69abee2f5e67 100644 (file)
@@ -1,7 +1,6 @@
 // run-pass
-// Test that we do not ICE when pattern matching an array against a slice.
 
-#![feature(slice_patterns)]
+// Test that we do not ICE when pattern matching an array against a slice.
 
 fn main() {
     match "foo".as_bytes() {