Auto merge of #26934 - reem:boxed-slice-clone, r=Gankro

Closes #25097
This commit is contained in:
bors
2015-07-28 19:36:26 +00:00
4 changed files with 109 additions and 10 deletions

View File

@@ -76,6 +76,7 @@
#![feature(core)]
#![feature(core_intrinsics)]
#![feature(core_prelude)]
#![feature(core_slice_ext)]
#![feature(custom_attribute)]
#![feature(fundamental)]
#![feature(lang_items)]