Closed tasuren closed 3 years ago
rustc --explain E0658
:
If you're using a stable or a beta version of rustc, you won't be able to use
any unstable features. In order to do so, please switch to a nightly version of
rustc (by using [rustup]).
The final error message is odd though
Can you please post your rustup --show
and cargo -V
? Can you also try cargo clean && cargo install --path helix-term
? Sometimes rust lately I see caching issues such that cargo check
works but cargo run
does not (bug filled in rust).
I think it's finding your system installed cargo
/rustc
instead of your rustup one. Besides cargo -V
, I'd also check which cargo
Is this still an issue?
I'm sorry for the delay in replying. As a result of my research, I found out that when I used sudo to run the installation, it used Rust in a different location. I apologize for the inconvenience.
rustc and cargo version : 1.53.0 I can't install helix This error says
warning: slotmap requires rustc => 1.49.0
but I use 1.53.0 What should I do to fix this error?