mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
6a73024661
Make Weak::new const Simple enough. This is const creation of an allocating container, but no actual allocation is done, because it's defined to.