]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #88177 - joshtriplett:stabilize-chroot, r=m-ou-se
authorMara Bos <m-ou.se@m-ou.se>
Thu, 2 Sep 2021 17:10:12 +0000 (19:10 +0200)
committerGitHub <noreply@github.com>
Thu, 2 Sep 2021 17:10:12 +0000 (19:10 +0200)
commite50069ff4f4b8c95443103d747f6aa22e64dc22c
treedf8860a153fae2edb268867f10e85bf42c1ec80a
parentfcce644119cf4e8e36001368e514bb5ed67cb855
parent40466672b5988e8bdbbcf089c788003e3c81b1b3
Rollup merge of #88177 - joshtriplett:stabilize-chroot, r=m-ou-se

Stabilize std::os::unix::fs::chroot

I've verified that this works as documented, and I've tested it in (a nightly
build of) production software as a replacement for an unsafe call to
`libc::chroot`. It's been available in nightly for a few releases. I think it's
ready to stabilize.

---

Tracking issue: https://github.com/rust-lang/rust/issues/84715