]> git.lizzy.rs Git - rust.git/commit
Auto merge of #1184 - divergentdave:rename-error-test, r=RalfJung
authorbors <bors@rust-lang.org>
Fri, 21 Feb 2020 07:36:14 +0000 (07:36 +0000)
committerbors <bors@rust-lang.org>
Fri, 21 Feb 2020 07:36:14 +0000 (07:36 +0000)
commitfe8068d1456a695f03d17ebe3ff0c517b8271d7d
tree6b551d3dcd60d2b29fbdd8bfa3d7697afb578a0e
parent056a68d7d0359b49816dbeec8972e646443848c1
parent32a354efa3c089b1f47c8c72c24a6100422be5b8
Auto merge of #1184 - divergentdave:rename-error-test, r=RalfJung

Test error case of std::fs::rename

As suggested [here](https://github.com/rust-lang/miri/pull/1158#issuecomment-586459463) this PR adds an additional test case for calling rename on a file path that doesn't exist.