rust/compiler/rustc_span
bors 41cb42a370 Auto merge of #115296 - saethlin:dont-duplicate-allocs, r=jackh726
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.
2023-08-28 05:15:56 +00:00
..
src Auto merge of #115296 - saethlin:dont-duplicate-allocs, r=jackh726 2023-08-28 05:15:56 +00:00
Cargo.toml Upgrade to indexmap 2.0.0 2023-07-03 13:51:54 -07:00