You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This breaks code that uses the `..xs` form anywhere but at the end of a
slice. For example:
match foo {
[ 1, ..xs, 2 ]
[ ..xs, 1, 2 ]
}
Add the `#![feature(advanced_slice_patterns)]` gate to reenable the
syntax.
RFC rust-lang#54.
Closesrust-lang#16951.
[breaking-change]
Tracking issue for rust-lang/rfcs#164
Nominating for 1.0, P-backcompat-lang
The text was updated successfully, but these errors were encountered: