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

cargo run dev -> error #2

Closed
doroved opened this issue Feb 7, 2024 · 2 comments
Closed

cargo run dev -> error #2

doroved opened this issue Feb 7, 2024 · 2 comments

Comments

@doroved
Copy link

doroved commented Feb 7, 2024

image
@MatthiasGrandl
Copy link
Owner

Sounds like you need to update your rust version. rust-lang/rust#91611

@hugows
Copy link

hugows commented Feb 8, 2024

@doroved I had the same error due to having two rust versions (cargo and homebrew) - in my case what solved was brew uninstall rust and then rustup update. Then I was able to see the proper rustc referenced:

> which rustc
/Users/hugo/.cargo/bin/rustc

MatthiasGrandl added a commit that referenced this issue Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants