You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@tomjakubowski could you point me to the module? I don't seem to be seeing it in the tree at first glance. I mean thread_local! exists, but I don't see a public thread_local module in std.
@daboross the module was moved around recently, it's the (hidden, but public) std::thread::__local module at src/libstd/thread/local.rs now.
The new module is#[doc(hidden)] now so rustdoc isn't generating links to it. There was an underlying rustdoc issue here, but evidence of it is now gone, like tears in rain. (unless you check out a tree from ~9ish days ago)
The home page has a
thread_local
module, linking to http://doc.rust-lang.org/nightly/std/thread_local/, which is a 404.The text was updated successfully, but these errors were encountered: