Skip to content

Use directory handles to implement openat and friends #4982

Description

@RalfJung

Miri currently does not support openat, which necessitates using the fallback impl for remove_dir_all. That's not great. Now that directory handles are coming to std, we hopefully can implement enough extra shims so that we can run the real remove_dir_all implementation at least on Unix targets.

Metadata

Metadata

Assignees

Labels

A-shimsArea: This affects the external function/static shimsC-enhancementCategory: a PR with an enhancement or an issue tracking an accepted enhancement

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions