Feature gate *all* slice patterns. #23121
Until some backwards-compatibility hazards are fixed in #23121, these need to be unstable. [breaking-change]
This commit is contained in:
parent
199bdcfeff
commit
1639e51f6e
51 changed files with 93 additions and 3 deletions
|
@ -39,6 +39,7 @@
|
|||
#![feature(path_ext)]
|
||||
#![feature(path_relative_from)]
|
||||
#![feature(convert)]
|
||||
#![feature(slice_patterns)]
|
||||
|
||||
extern crate arena;
|
||||
extern crate getopts;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue