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
Looks like the PATH / LD_LIBRARY_PATH issue is back, that used to happen here: #402
If you run clippy with the latest rustup, you get this:
C:/Users/Christopher/.cargo/bin/cargo-clippy.exe: error while loading shared libraries: rustc_driver-36e125fb8252217f.dll: cannot open shared object file: No such file or directory
Looks like the PATH / LD_LIBRARY_PATH issue is back, that used to happen here: #402
If you run clippy with the latest rustup, you get this:
rustc 1.15.0-nightly (8f02c429a 2016-12-15)
rustup 1.0.0 (17b6d21 2016-12-15)
clippy 0.0.104
Could be caused by the .multirust -> .rustup change. If you put the full sysroot/bin path into your PATH, everything seems to work.
Clippy issue is over here: https://github.com/Manishearth/rust-clippy/issues/1395
The text was updated successfully, but these errors were encountered: