rollup merge of #20593: nikomatsakis/unused-tps-in-impl

Conflicts:
	src/libcollections/lib.rs
	src/librustc/lib.rs
	src/libserialize/lib.rs
	src/libstd/lib.rs
This commit is contained in:
Alex Crichton
2015-01-06 15:31:39 -08:00
22 changed files with 283 additions and 24 deletions

View File

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