1
Fork 0

Implement RFC 3184 - thread local cell methods.

This commit is contained in:
Mara Bos 2021-10-19 14:37:27 +02:00
parent 86067bb461
commit 52ce11996b
2 changed files with 348 additions and 10 deletions

View file

@ -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)]