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
`rustup` on Windows uses "directory junctions" instead of symbolic links
for `rustup toolchain link`. These are somewhere between a symbolic and
a hard link, and require fewer permissions. However, the test in
question was trying to use symbolic links. It now uses the same codepath
to create the link as `toolchain link` itself.
0 commit comments