mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-24 05:17:19 +00:00
Windows: Use FILE_ALLOCATION_INFO for truncation We use `FILE_END_OF_FILE_INFO` here only because WINE does not support `FILE_ALLOCATION_INFO`. Instead of going with the one with broadest support, let's just use that as fallback only.