Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #132791 - tyilo:big-file-fail-fast, r=compiler-errors
rustc: Fail fast when compiling a source file larger than 4 GiB Currently if you try to compile a file that is larger than 4 GiB, `rustc` will first read the whole into memory before failing. If we can read the metadata of the file, we can fail before reading the file.
bors 2024-11-24
parent 923302d · parent 7927764 · commit 653c245
0 files changed, 0 insertions, 0 deletions