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
As a workaround, one can sometimes run clippy from a cmd.exe or PowerShell.exe context, though even that doesn't work when the cmd/PowerShell session is running within an SSH environment, such as over vagrant ssh...
I haven't delved into the rustup code yet, but it appears that a check for which directory separator to use is defaulting to UNIX forward slash (/) in 32-bit Windows, whereas rustup in 64-bit Windows correctly applies backslash (\).
The text was updated successfully, but these errors were encountered:
Clippy has trouble when running in cygwin environments...
As a workaround, one can sometimes run clippy from a cmd.exe or PowerShell.exe context, though even that doesn't work when the cmd/PowerShell session is running within an SSH environment, such as over
vagrant ssh
...I haven't delved into the rustup code yet, but it appears that a check for which directory separator to use is defaulting to UNIX forward slash (
/
) in 32-bit Windows, whereas rustup in 64-bit Windows correctly applies backslash (\
).The text was updated successfully, but these errors were encountered: