slice_patterns: remove gates in tests
This commit is contained in:
parent
3e3cac010b
commit
a1eadca88f
116 changed files with 349 additions and 490 deletions
|
@ -1,7 +1,6 @@
|
|||
// run-pass
|
||||
// #47096
|
||||
|
||||
#![feature(slice_patterns)]
|
||||
// Regression test for #47096.
|
||||
|
||||
fn foo(s: &[i32]) -> &[i32] {
|
||||
let &[ref xs @ ..] = s;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue