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,5 +1,3 @@
|
|||
#![feature(slice_patterns)]
|
||||
|
||||
fn main() {
|
||||
let r = &[1, 2];
|
||||
match r {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
error[E0528]: pattern requires at least 3 elements but array has 2
|
||||
--> $DIR/E0528.rs:6:10
|
||||
--> $DIR/E0528.rs:4:10
|
||||
|
|
||||
LL | &[a, b, c, rest @ ..] => {
|
||||
| ^^^^^^^^^^^^^^^^^^^^ pattern cannot match array of 2 elements
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue