-
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
Panic at "cannot update precise" in rust-lang/rust #12920
Comments
This seems to have regressed in rust-lang/rust#117302 via #12749. cc @Eh2406 |
Sorry. I will look into this! |
Rustc is a big project with many moving pieces, and not when I contribute to regularly. I could use some help reproducing this issue. I checked out the commit @Nilstrieb link to but I cannot get anything to run. Stable complains about the use of public dependencies, nightly complaints about
with similar errors for locally compiled cargoes both before and after my PR. |
you might want to run something like
(sorry I am always forgetting the actual git command that works…) |
Thank you, that helped! Now I am getting:
and
|
Fixed via #12923. |
Problem
When running
cargo update -p icu_provider --precise 1.2.0
inside my rust-lang rust branch, I getSteps
cargo update -p icu_provider --precise 1.2.0
Possible Solution(s)
No response
Notes
No response
Version
The text was updated successfully, but these errors were encountered: