mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
55a1a5223a
The current structure is clumsy, calling `alloc_raw_without_grow` in one function, and then if that fails, calling another function that calls `alloc_raw_without_grow` again.