@@ -4,7 +4,7 @@ error[E0658]: syntax for subslices in slice patterns is not yet stabilized
44LL | [1, 2, ..] => {}
55 | ^^
66 |
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
88 = help: add #![feature(slice_patterns)] to the crate attributes to enable
99
1010error[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
1313LL | [1, .., 5] => {}
1414 | ^^
1515 |
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
1717 = help: add #![feature(slice_patterns)] to the crate attributes to enable
1818
1919error[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
2222LL | [.., 4, 5] => {}
2323 | ^^
2424 |
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
2626 = help: add #![feature(slice_patterns)] to the crate attributes to enable
2727
2828error[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
3131LL | [ xs.., 4, 5 ] => {}
3232 | ^^
3333 |
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
3535 = help: add #![feature(slice_patterns)] to the crate attributes to enable
3636
3737error[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
4040LL | [ 1, xs.., 5 ] => {}
4141 | ^^
4242 |
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
4444 = help: add #![feature(slice_patterns)] to the crate attributes to enable
4545
4646error[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
4949LL | [ 1, 2, xs.. ] => {}
5050 | ^^
5151 |
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
5353 = help: add #![feature(slice_patterns)] to the crate attributes to enable
5454
5555error: aborting due to 6 previous errors
0 commit comments