Skip to content

Commit ab2bd41

Browse files
committed
Auto merge of #92123 - m-ou-se:thread-local-cell-methods, r=joshtriplett
Implement RFC 3184 - thread local cell methods This implements [RFC 3184](rust-lang/rfcs#3184), with `@danielhenrymantilla's` [suggestion](rust-lang/rfcs#3184 (comment)) for the `with_` method names. Tracking issue: #92122
2 parents 379e94f + a6e7f26 commit ab2bd41

File tree

7 files changed

+492
-73
lines changed

7 files changed

+492
-73
lines changed

library/std/src/lib.rs

+1
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)