mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +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`.