Stabilize slice patterns without ..
Merge `feature(advanced_slice_patterns)` into `feature(slice_patterns)`
This commit is contained in:
parent
a04b88d194
commit
7c90189e13
75 changed files with 125 additions and 227 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue