X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=library%2Fstd%2Fsrc%2Flib.rs;h=9334c833bb6509c82e3fb2a4b3cfb55125740f33;hb=9a9569698bc42aa59a78bcb1a2a889b43e32acec;hp=385585dada896fd6819a5365a27d1ced963fe6fc;hpb=11ebe6512b4c77633c59f8dcdd421df3b79d1a9f;p=rust.git diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs index 385585dada8..9334c833bb6 100644 --- a/library/std/src/lib.rs +++ b/library/std/src/lib.rs @@ -352,6 +352,7 @@ // // Only for const-ness: #![feature(const_collections_with_hasher)] +#![feature(const_hash)] #![feature(const_io_structs)] #![feature(const_ip)] #![feature(const_ipv4)]