]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #81984 - sunfishcode:wasi-link, r=alexcrichton
authorDylan DPC <dylan.dpc@gmail.com>
Tue, 23 Feb 2021 01:51:49 +0000 (02:51 +0100)
committerGitHub <noreply@github.com>
Tue, 23 Feb 2021 01:51:49 +0000 (02:51 +0100)
commit7b9ef2fde4233a30b15bc7b92004a4cc0bb22dc5
tree522a56ddfde30e0532919fa6706250ff3f1a3a4a
parentc3de8ab9082be2c838132f2547d681633c2bb6fc
parent1abcdfe4493b781cea654840b497674907038faf
Rollup merge of #81984 - sunfishcode:wasi-link, r=alexcrichton

Make WASI's `hard_link` behavior match other platforms.

Following #78026, `std::fs::hard_link` on most platforms does not follow
symlinks. Change the WASI implementation to also not follow symlinks.

r? ```@alexcrichton```