From d2f990f2b0a5a6bdc0834ab8e8ea17bb5212efee Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 11 Feb 2015 15:29:51 -0800 Subject: More test fixes and rebase conflicts --- src/libstd/sys/common/thread_local.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libstd/sys/common') diff --git a/src/libstd/sys/common/thread_local.rs b/src/libstd/sys/common/thread_local.rs index ef682902dfc..905fac07c5d 100644 --- a/src/libstd/sys/common/thread_local.rs +++ b/src/libstd/sys/common/thread_local.rs @@ -140,6 +140,7 @@ pub const INIT: StaticKey = StaticKey { /// Constant initialization value for the inner part of static TLS keys. /// /// This value allows specific configuration of the destructor for a TLS key. +#[stable(feature = "rust1", since = "1.0.0")] pub const INIT_INNER: StaticKeyInner = StaticKeyInner { key: atomic::ATOMIC_USIZE_INIT, }; -- cgit 1.4.1-3-g733a5