1
Fork 0

slice_patterns: remove gates in tests

This commit is contained in:
Mazdak Farrokhzad 2019-12-30 01:23:42 +01:00
parent 3e3cac010b
commit a1eadca88f
116 changed files with 349 additions and 490 deletions

View file

@ -1,7 +1,5 @@
// run-pass
#![feature(slice_patterns)]
fn a() {
let x = [1];
match x {