Skip to content
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

error with cargo build #4007

Closed
2 tasks done
NNGVtek opened this issue Aug 28, 2024 · 1 comment
Closed
2 tasks done

error with cargo build #4007

NNGVtek opened this issue Aug 28, 2024 · 1 comment
Labels

Comments

@NNGVtek
Copy link

NNGVtek commented Aug 28, 2024

Verification

Problem

i want to use cargo build, but i cant use it. when i use cargo build i can get the message below.

the 'cargo.exe' binary, normally provided by the 'cargo' component, is not applicable to the '1.80.0-x86_64-pc-windows-msvc' toolchain

please help me. thank you

Steps

  1. i do not anything because i am the novice

Possible Solution(s)

No response

Notes

No response

Rustup version

how i can get the version of rustup? 
i recently download it through visual code on 8/26.

Installed toolchains

rust up / rust analyzer / git

OS version

windows 10
@NNGVtek NNGVtek added the bug label Aug 28, 2024
@rust-lang rust-lang deleted a comment Aug 28, 2024
@rami3l
Copy link
Member

rami3l commented Aug 28, 2024

@NNGVtek Thanks for filing this issue! This seems to be a duplicate of #3104. For the moment you might try reinstalling your toolchain as a workaround. Probably by:

rustup toolchain uninstall 1.80.0-x86_64-pc-windows-msvc
rustup toolchain install 1.80.0-x86_64-pc-windows-msvc

Please let us know in #3104 if you have other questions.

@rami3l rami3l closed this as not planned Won't fix, can't repro, duplicate, stale Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants
@rami3l @NNGVtek and others