mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
41cb42a370
Load include_bytes! directly into an Lrc This PR deletes an innocent-looking `.into()` that was converting from a `Vec<u8>` to `Lrc<[u8]>`. This has significant runtime and memory overhead when using `include_bytes!` to pull in a large binary file.