Amanieu / thread_local-rs

Per-object thread-local storage for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

std::panic::RefUnwindSafe` is not satisfied in `thread_local::Table<...>`

dpc opened this issue · comments

Hi,

I'm just adding RefUnwindSafe bounds to me crate and I use thread_local there. Is thread_local RefUnwindSafe? I'm very unclear on the details of this...

Fixed in 0.3.3.

ThreadLocal and CachedThreadLocal now both implement UnwindSafe.