mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
29a018def4
Document when to use Windows' `symlink_dir` vs. `symlink_file` It was previously unclear why there are two functions and when they should be used. Fixes: #88635