| Age | Commit message (Collapse) | Author | Lines |
|
Renames only in this commit, and obviously
.stderr file additions.
|
|
Now, no feature outside of the whitelist is
without a test marked as its gate test.
|
|
Until some backwards-compatibility hazards are fixed in #23121,
these need to be unstable.
[breaking-change]
|
|
|
|
|
|
|
|
|
|
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 #54.
Closes #16951.
[breaking-change]
|