-
Notifications
You must be signed in to change notification settings - Fork 901
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error while loading shared libraries: libsyntax-15ac3cfe29b975a5.so #1962
Comments
After you updated your toolchain, you must reinstall rustfmt-nightly via |
That fixed it, thank you. |
I'm working on #2003 and I just installed rustfmt from source with:
However, when I run
|
In order to get it to work, I had to do:
|
@ctaggart |
I have updated to the latest nightly. Suggestion here doesn't work (the first comment). (that is, run
export LD_LIBRARY_PATH=$(rustc --print sysroot)/lib
beforecargo fmt
).The text was updated successfully, but these errors were encountered: