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
I'm trying to set the standard library path, but no matter what I set it to, it says "Invalid standard library". I'm on OpenSUSE, and I have rust-std installed from the main repo. I've tried setting the path to /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib, and the paths above that up to /usr/lib. I've also tried downloading the rust tarball and setting the path to rust-1.23.0-x86_64-unknown-linux-gnu/rust-std-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib all the way up to rust-1.23.0-x86_64-unknown-linux-gnu in the extracted contents, but no matter what I set it to I get the same error.