Closed
Description
symlinks are a priviledged operation on Windows, but we should not straight up //@ ignore-windows
as the CI runners have symlinks enabled, and so might the contributor on their local Windows machines. Instead, we should try to do what stdlib does here:
rust/library/std/src/fs/tests.rs
Lines 68 to 85 in 5c84886
Thanks to @ChrisDenton for pointing this out to me!
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done