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
When i type rustup toolchain uninstall stable-i686-pc-windows-gnu, I get this error: thread '<main>' panicked at 'internal error: entered unreachable code', src/rustup-cli\rustup_mode.rs:42 note: Run withRUST_BACKTRACE=1for a backtrace.
The text was updated successfully, but these errors were encountered:
Hi! Currently, I have two toolchains installed:
`installed toolchains
stable-i686-pc-windows-gnu
stable-x86_64-pc-windows-gnu (default)
active toolchain
stable-x86_64-pc-windows-gnu (default)
rustc 1.8.0 (db2939409 2016-04-11)`
When i type
rustup toolchain uninstall stable-i686-pc-windows-gnu
, I get this error:thread '<main>' panicked at 'internal error: entered unreachable code', src/rustup-cli\rustup_mode.rs:42 note: Run with
RUST_BACKTRACE=1for a backtrace.
The text was updated successfully, but these errors were encountered: