mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-29 21:55:30 +00:00
Support DirEntry metadata calls in miri This should work as it uses lstat64 which is supported here: ~d9ad25ee4b/src/shims/unix/macos/foreign_items.rs (L42~)just noticed that's macos, linux would be using statx:86f0e63b21/src/shims/unix/linux/foreign_items.rs (L112)The failing syscall is `dirfd`, so maybe that should actually be added to the shims?