-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
rust upgrade to 1.68.0 after cargo run error #11832
Comments
Hello. I suspect it panicked. Do you have a reproducible code example to share? Also, could you run again with backtrace? Something like $env:RUST_BACKTRACE=1; cargo run will give us richer error information. |
The code that reports the error is cargo new newly created project without any changes, it reports the error when it runs, but it works fine when I don't upgrade rust |
set RUST_BACKTRACE=1 Still not working after use |
I can use rustc main.rs to compile and run normally, but using cargo run, I get an error |
This looks like it could be a duplicate of rust-lang/rust#108978. Which CPU do you have? |
I have the same problem. CPU AMD Phenom II X6 1090T |
Going to close this as rust-lang/rust#108978 states it has been resolved. I guess the latest stable (1.69) is fine. If the issue still ocurrs please reply back. |
Problem
Steps
No response
Possible Solution(s)
No response
Notes
No response
Version
The text was updated successfully, but these errors were encountered: