From a9e7669cdc551588144a5b56db0b42dd35b71876 Mon Sep 17 00:00:00 2001 From: Aaron Turon Date: Thu, 18 Dec 2014 19:41:20 -0800 Subject: Rebasing fixes. --- src/libstd/rt/unwind.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd/rt') diff --git a/src/libstd/rt/unwind.rs b/src/libstd/rt/unwind.rs index 9f34a72f807..5d5440b887d 100644 --- a/src/libstd/rt/unwind.rs +++ b/src/libstd/rt/unwind.rs @@ -94,7 +94,7 @@ static CALLBACKS: [atomic::AtomicUint, ..MAX_CALLBACKS] = atomic::INIT_ATOMIC_UINT, atomic::INIT_ATOMIC_UINT]; static CALLBACK_CNT: atomic::AtomicUint = atomic::INIT_ATOMIC_UINT; -thread_local!(static PANICKING: Cell = Cell::new(false)) +thread_local! { static PANICKING: Cell = Cell::new(false) } /// Invoke a closure, capturing the cause of panic if one occurs. /// -- cgit 1.4.1-3-g733a5