Skip to content

Commit 52ce119

Browse files
committed
Implement RFC 3184 - thread local cell methods.
1 parent 86067bb commit 52ce119

File tree

2 files changed

+348
-10
lines changed

2 files changed

+348
-10
lines changed

library/std/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@
249249
#![feature(const_ip)]
250250
#![feature(const_ipv4)]
251251
#![feature(const_ipv6)]
252+
#![feature(const_mut_refs)]
252253
#![feature(const_option)]
253254
#![feature(const_socketaddr)]
254255
#![feature(const_trait_impl)]

0 commit comments

Comments
 (0)