rust/compiler/rustc_metadata/src
bors 57010939ed Auto merge of #118344 - saethlin:rmeta-header-pos, r=WaffleLapkin
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`
2023-12-11 17:21:14 +00:00
..
rmeta Auto merge of #118344 - saethlin:rmeta-header-pos, r=WaffleLapkin 2023-12-11 17:21:14 +00:00
creader.rs Use Session::diagnostic in more places. 2023-12-02 09:01:35 +11:00
dependency_format.rs Format all the let chains in compiler 2023-10-13 08:59:36 +00:00
errors.rs Call FileEncoder::finish in rmeta encoding 2023-11-22 22:49:22 -05:00
foreign_modules.rs Do not fetch HIR in native_libs. 2023-07-17 07:37:03 +00:00
fs.rs Use Session::diagnostic in more places. 2023-12-02 09:01:35 +11:00
lib.rs Use rustc_fluent_macro::fluent_messages! directly. 2023-11-26 08:38:40 +11:00
locator.rs Auto merge of #118344 - saethlin:rmeta-header-pos, r=WaffleLapkin 2023-12-11 17:21:14 +00:00
native_libs.rs Enable link-arg link kind inside of #[link] attribute 2023-11-30 08:26:13 -08:00