mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 13:16:15 +00:00
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```