mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
082d0cacd7
constify `Vec::{into, from}_raw_parts{_in|_alloc}`
due to Vec::drop not being const this is kinda necessary to make use of `const_heap`.