mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 00:34:06 +00:00
57010939ed
Use a u64 for the rmeta root position Waffle noticed this in https://github.com/rust-lang/rust/pull/117301#discussion_r1405410174 We've upgraded the other file offsets to u64, and this one only costs 4 bytes per file. Also the way the truncation was being done before was extremely easy to miss, I sure missed it! It's not clear to me if not having this change effectively made the other upgrades from u32 to u64 ineffective, but we can have it now. r? `@WaffleLapkin` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
messages.ftl |