mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
7b9ef2fde4
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```