1
Fork 0

Stabilize slice patterns without ..

Merge `feature(advanced_slice_patterns)` into `feature(slice_patterns)`
This commit is contained in:
Vadim Petrochenkov 2018-02-24 22:21:33 +03:00
parent a04b88d194
commit 7c90189e13
75 changed files with 125 additions and 227 deletions

View file

@ -8,8 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
#![feature(slice_patterns)]
#![feature(match_default_bindings)]
#![feature(slice_patterns)]
pub fn main() {
let sl: &[u8] = b"foo";