diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-03-27 13:44:40 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-03-27 16:09:52 -0700 |
| commit | 990202cd0e14421a49734bb463aa323e79066062 (patch) | |
| tree | 0e89ce2ca5bf80dc78de5dfffc00e2736143a3e1 /src/libstd | |
| parent | d65fee28d356bf4ca8e95e9ced43db28b6db7246 (diff) | |
| parent | 1639e51f6e4d036478705f4581de3a7417ccec0f (diff) | |
| download | rust-990202cd0e14421a49734bb463aa323e79066062.tar.gz rust-990202cd0e14421a49734bb463aa323e79066062.zip | |
rollup merge of #23794: brson/slicegate
Conflicts: src/test/run-pass/issue-13027.rs
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 420f6c49c26..8de6e5257ec 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -126,6 +126,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. |
