@@ -4,7 +4,7 @@ error[E0658]: syntax for subslices in slice patterns is not yet stabilized
4
4
LL | [1, 2, ..] => {}
5
5
| ^^
6
6
|
7
- = note: for more information, see https://github.com/rust-lang/rust/issues/23121
7
+ = note: for more information, see https://github.com/rust-lang/rust/issues/62254
8
8
= help: add #![feature(slice_patterns)] to the crate attributes to enable
9
9
10
10
error[E0658]: syntax for subslices in slice patterns is not yet stabilized
@@ -13,7 +13,7 @@ error[E0658]: syntax for subslices in slice patterns is not yet stabilized
13
13
LL | [1, .., 5] => {}
14
14
| ^^
15
15
|
16
- = note: for more information, see https://github.com/rust-lang/rust/issues/23121
16
+ = note: for more information, see https://github.com/rust-lang/rust/issues/62254
17
17
= help: add #![feature(slice_patterns)] to the crate attributes to enable
18
18
19
19
error[E0658]: syntax for subslices in slice patterns is not yet stabilized
@@ -22,7 +22,7 @@ error[E0658]: syntax for subslices in slice patterns is not yet stabilized
22
22
LL | [.., 4, 5] => {}
23
23
| ^^
24
24
|
25
- = note: for more information, see https://github.com/rust-lang/rust/issues/23121
25
+ = note: for more information, see https://github.com/rust-lang/rust/issues/62254
26
26
= help: add #![feature(slice_patterns)] to the crate attributes to enable
27
27
28
28
error[E0658]: syntax for subslices in slice patterns is not yet stabilized
@@ -31,7 +31,7 @@ error[E0658]: syntax for subslices in slice patterns is not yet stabilized
31
31
LL | [ xs.., 4, 5 ] => {}
32
32
| ^^
33
33
|
34
- = note: for more information, see https://github.com/rust-lang/rust/issues/23121
34
+ = note: for more information, see https://github.com/rust-lang/rust/issues/62254
35
35
= help: add #![feature(slice_patterns)] to the crate attributes to enable
36
36
37
37
error[E0658]: syntax for subslices in slice patterns is not yet stabilized
@@ -40,7 +40,7 @@ error[E0658]: syntax for subslices in slice patterns is not yet stabilized
40
40
LL | [ 1, xs.., 5 ] => {}
41
41
| ^^
42
42
|
43
- = note: for more information, see https://github.com/rust-lang/rust/issues/23121
43
+ = note: for more information, see https://github.com/rust-lang/rust/issues/62254
44
44
= help: add #![feature(slice_patterns)] to the crate attributes to enable
45
45
46
46
error[E0658]: syntax for subslices in slice patterns is not yet stabilized
@@ -49,7 +49,7 @@ error[E0658]: syntax for subslices in slice patterns is not yet stabilized
49
49
LL | [ 1, 2, xs.. ] => {}
50
50
| ^^
51
51
|
52
- = note: for more information, see https://github.com/rust-lang/rust/issues/23121
52
+ = note: for more information, see https://github.com/rust-lang/rust/issues/62254
53
53
= help: add #![feature(slice_patterns)] to the crate attributes to enable
54
54
55
55
error: aborting due to 6 previous errors
0 commit comments