merge *SliceExt traits, use assoc types in SliceExt, Raw[Mut]Ptr

This commit is contained in:
Jorge Aparicio
2015-01-02 09:12:27 -05:00
parent 167683da23
commit cc5ecaf765
20 changed files with 489 additions and 494 deletions

View File

@@ -107,6 +107,7 @@
#![feature(macro_rules, globs, linkage, thread_local, asm)]
#![feature(default_type_params, phase, lang_items, unsafe_destructor)]
#![feature(slicing_syntax, unboxed_closures)]
#![feature(associated_types)]
// Don't link to std. We are std.
#![no_std]