Skip to content

Commit

Permalink
Auto merge of rust-lang#92123 - m-ou-se:thread-local-cell-methods, r=…
Browse files Browse the repository at this point in the history
…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: rust-lang#92122
  • Loading branch information
bors committed Mar 5, 2022
2 parents 379e94f + a6e7f26 commit ab2bd41
Show file tree
Hide file tree
Showing 7 changed files with 492 additions and 73 deletions.
1 change: 1 addition & 0 deletions library/std/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@
#![feature(const_ip)]
#![feature(const_ipv4)]
#![feature(const_ipv6)]
#![feature(const_mut_refs)]
#![feature(const_option)]
#![feature(const_socketaddr)]
#![feature(const_trait_impl)]
Expand Down
Loading

0 comments on commit ab2bd41

Please sign in to comment.