Test fixes and rebase conflicts, round 3

This commit is contained in:
Alex Crichton
2015-03-23 17:29:51 -07:00
parent 253992eb38
commit c5c3de0cf4
6 changed files with 3 additions and 6 deletions

View File

@@ -111,7 +111,6 @@
#![feature(box_syntax)]
#![feature(collections)]
#![feature(core)]
#![feature(hash)]
#![feature(lang_items)]
#![feature(libc)]
#![feature(linkage, thread_local, asm)]
@@ -124,7 +123,6 @@
#![feature(unsafe_destructor)]
#![feature(unsafe_no_drop_flag)]
#![feature(macro_reexport)]
#![feature(hash)]
#![feature(int_uint)]
#![feature(unique)]
#![feature(convert)]