Implement Clone for Box<[T]> where T: Clone

Closes #25097
This commit is contained in:
Jonathan Reem
2015-07-26 22:12:00 -07:00
parent 184267cac6
commit e24423091f
4 changed files with 109 additions and 10 deletions

View File

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