summary refs log tree commit diff
path: root/src/libstd/lib.rs
diff options
context:
space:
mode:
authorHuon Wilson <dbau.pp+github@gmail.com>2015-03-01 14:09:42 +1100
committerHuon Wilson <dbau.pp+github@gmail.com>2015-03-06 00:18:29 +1100
commitab7ef7402bfab1c767b8be80f7e46947494f6d21 (patch)
tree5270259da336c989e705f29202197b703d6a5022 /src/libstd/lib.rs
parent84b060ce29bf7dd65fc23e855ad7c5a8748d806c (diff)
downloadrust-ab7ef7402bfab1c767b8be80f7e46947494f6d21.tar.gz
rust-ab7ef7402bfab1c767b8be80f7e46947494f6d21.zip
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.
Diffstat (limited to 'src/libstd/lib.rs')
-rw-r--r--src/libstd/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index 569906047aa..c0db163e087 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -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.