mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-25 11:25:06 +00:00
Auto merge of #103075 - SUPERCILEX:miri-metadata, r=thomcc
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?
This commit is contained in:
commit
0b96b71dd1