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

@@ -129,6 +129,7 @@
#![feature(allow_internal_unstable)]
#![feature(str_char)]
#![feature(into_cow)]
#![feature(slice_patterns)]
#![cfg_attr(test, feature(test, rustc_private, std_misc))]
// Don't link to std. We are std.