about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/example/std_example.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2022-03-20 09:14:58 +0100
committerGitHub <noreply@github.com>2022-03-20 09:14:58 +0100
commitacb7ed141be1ea5b4c7120708d7a48d9155fb38c (patch)
tree6fcea6593d78e2d5609648d3e9e3a03a343c727b /compiler/rustc_codegen_gcc/example/std_example.rs
parent499d4a56840e3760905fbda95550553281828dc6 (diff)
parent28eb06bd98169c985f4951b6aaf6855d52ffd514 (diff)
downloadrust-acb7ed141be1ea5b4c7120708d7a48d9155fb38c.tar.gz
rust-acb7ed141be1ea5b4c7120708d7a48d9155fb38c.zip
Rollup merge of #94749 - RalfJung:remove-dir-all-miri, r=cuviper
remove_dir_all: use fallback implementation on Miri

Fixes https://github.com/rust-lang/miri/issues/1966

The new implementation requires `openat`, `unlinkat`, and `fdopendir`. These cannot easily be shimmed in Miri since libstd does not expose APIs corresponding to them. So for now it is probably easiest to just use the fallback code in Miri. Nobody should run Miri as root anyway...
Diffstat (limited to 'compiler/rustc_codegen_gcc/example/std_example.rs')
0 files changed, 0 insertions, 0 deletions