This feature allows you to query a thread-local variable for its state: http://static.rust-lang.org/doc/master/std/thread/enum.LocalKeyState.html, which will then tell you what may happen if you try to read from the variable.
The functionality is somewhat niche, but occasionally essential. The APIs appear to be in pretty decent shape as-is.
cc @alexcrichton
This feature allows you to query a thread-local variable for its state: http://static.rust-lang.org/doc/master/std/thread/enum.LocalKeyState.html, which will then tell you what may happen if you try to read from the variable.
The functionality is somewhat niche, but occasionally essential. The APIs appear to be in pretty decent shape as-is.
cc @alexcrichton