mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 03:37:26 +03:00
1afd216f76
This increases the maximum supported file size (previously limited to 4GB) and avoids potential issues with u32 to u64 conversions, which are no longer needed. Signed-off-by: onur-ozkan <work@onurozkan.dev>