-
Notifications
You must be signed in to change notification settings - Fork 955
rustup show panics #1357
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
Comments
I figured out this was because no default toolchain was set. |
I think this was fixed in 1.16 if i'm reading the changelog correctly |
@Jess3Jane Do you mean 1.6? |
FYI, this is still happening with 1.16.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rustup show
panics with error:thread 'main' panicked at 'called
Option::unwrap()on a
Nonevalue', src/libcore/option.rs:335:20
Not sure why this is happening.
I'm on void linux.
The text was updated successfully, but these errors were encountered: