1
Fork 0

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:
Brian Anderson 2015-03-26 18:34:27 -07:00
parent 199bdcfeff
commit 1639e51f6e
51 changed files with 93 additions and 3 deletions

View file

@ -39,6 +39,7 @@
#![feature(path_ext)]
#![feature(path_relative_from)]
#![feature(convert)]
#![feature(slice_patterns)]
extern crate arena;
extern crate getopts;