1
Fork 0

Use #[allow_internal_unstable] for thread_local!

This destabilises all the implementation details of `thread_local!`,
since they do not *need* to be stable with the new attribute.
This commit is contained in:
Huon Wilson 2015-03-01 14:09:42 +11:00
parent 84b060ce29
commit ab7ef7402b
5 changed files with 39 additions and 15 deletions

View file

@ -125,6 +125,7 @@
#![feature(hash)]
#![feature(int_uint)]
#![feature(unique)]
#![feature(allow_internal_unstable)]
#![cfg_attr(test, feature(test, rustc_private))]
// Don't link to std. We are std.