Open ETJAKEOC opened 1 week ago
stable-x86_64-unknown-linux-gnu
is not a valid target name.
If you wanted to use stable, you should use +stable
instead:
cargo +stable fetch --verbose --target x86_64-unknown-linux-gnu
This is a common tripping point for new users (I definitely remember being annoyed by it), but I think it's caused by rustup not the compiler.
I tried this command:
I expected to see this happen: explanation
Rust to work properly
Instead, this happened: explanation
error:
rustc -vV
didn't have a line forhost:
, got:For reference, I am trying to compile
eza
, thels
replacement. If there is any other information that I can provide or other commands that you would like me to run, please, let me know.