We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For the installation instructions in README.md I additionally had to
export LD_LIBRARY_PATH=$(rustup run 1.81.0 bash -c "echo \$LD_LIBRARY_PATH")
as explained in Experimental PR for introducing klint #958.
And from that link I found
make RUSTC=<path to klint binary>
quite helpful as well. Maybe both should be added in README.md?
And, btw, for the given
rustup run 1.81 klint
I get
$ rustup run 1.81 klint error: toolchain '1.81-x86_64-unknown-linux-gnu' is not installed
while I built klint as given in the instructions before this successfully. Confusing ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For the installation instructions in README.md I additionally had to
export LD_LIBRARY_PATH=$(rustup run 1.81.0 bash -c "echo \$LD_LIBRARY_PATH")
as explained in Experimental PR for introducing klint #958.
And from that link I found
make RUSTC=<path to klint binary>
quite helpful as well. Maybe both should be added in README.md?
And, btw, for the given
rustup run 1.81 klint
I get
while I built klint as given in the instructions before this successfully. Confusing ...
The text was updated successfully, but these errors were encountered: