Skip to content

Commit

Permalink
Implement RFC 3184 - thread local cell methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ou-se committed Mar 5, 2022
1 parent 86067bb commit 52ce119
Show file tree
Hide file tree
Showing 2 changed files with 348 additions and 10 deletions.
1 change: 1 addition & 0 deletions library/std/src/lib.rs
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

0 comments on commit 52ce119

Please sign in to comment.