You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cp, mv: return error for symlinks on non-unix/non-windows platforms
Replace cfg(not(windows)) with cfg(unix) for the symlink_file call,
and add a fallback that returns an unsupported error on platforms like
WASI that lack symlink support.
0 commit comments