rust/compiler/rustc_parse
bors 8ef2485bd5 Auto merge of #103812 - clubby789:improve-include-bytes, r=petrochenkov
Delay `include_bytes` to AST lowering

Hopefully addresses #65818.
This PR introduces a new `ExprKind::IncludedBytes` which stores the path and bytes of a file included with `include_bytes!()`. We can then create a literal from the bytes during AST lowering, which means we don't need to escape the bytes into valid UTF8 which is the cause of most of the overhead of embedding large binary blobs.
2022-11-12 14:30:34 +00:00
..
src Auto merge of #103812 - clubby789:improve-include-bytes, r=petrochenkov 2022-11-12 14:30:34 +00:00
Cargo.toml Remove from compiler/ crates 2022-09-29 16:49:04 +09:00