about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authorJubilee <workingjubilee@gmail.com>2025-06-24 19:45:30 -0700
committerGitHub <noreply@github.com>2025-06-24 19:45:30 -0700
commitd46903b2b65ec6ec53cb4d0cbe185ac9e35c93b5 (patch)
tree25968b0cc6a7339587a501b05ebe784afde9d3e4 /compiler/rustc_interface/src
parentf542909d1ceae371fe0e236e00276109522fa86d (diff)
parent595e88ae7d3cca6b05b1dfb4c3cd3ed74a1a7861 (diff)
downloadrust-d46903b2b65ec6ec53cb4d0cbe185ac9e35c93b5.tar.gz
rust-d46903b2b65ec6ec53cb4d0cbe185ac9e35c93b5.zip
Rollup merge of #142453 - ChrisDenton:fused, r=Amanieu
Windows: make `read_dir` stop iterating after the first error is encountered

This also essentially makes the `ReadDir` iterator fused. Which I think is pretty much what people expect anyway.

[`FindNextFileW`](https://learn.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-findnextfilew) doesn't document what happens if you call it after iteration ends or after an error so we're probably in implementation defined territory at that point.
Diffstat (limited to 'compiler/rustc_interface/src')
0 files changed, 0 insertions, 0 deletions