Use #[allow_internal_unstable]
for thread_local!
This destabilises all the implementation details of `thread_local!`, since they do not *need* to be stable with the new attribute.
This commit is contained in:
parent
84b060ce29
commit
ab7ef7402b
5 changed files with 39 additions and 15 deletions
|
@ -125,6 +125,7 @@
|
|||
#![feature(hash)]
|
||||
#![feature(int_uint)]
|
||||
#![feature(unique)]
|
||||
#![feature(allow_internal_unstable)]
|
||||
#![cfg_attr(test, feature(test, rustc_private))]
|
||||
|
||||
// Don't link to std. We are std.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue