You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to update to 1.45.0 right now and rustup reported an error for the "stable" channel part.
The failure seems to be one missing file (although reported as a missing directory) from the step of removing previous "rust-src" component. I attached the full output in the notes section.
Steps
Run rustup update
Possible Solution(s)
I could solve this issue just by touching the reported missing file and trying again.
This is a case of a desynchronisation between the stored component manifests and the filesystem contents, which results in our transactional update system being upset. You can "fix" this either as you suggested with the touch or by doing a rustup toolchain uninstall stable && rustup toolchain install stable to remove/reinstall it.
@rbtcollins Do we have a single issue where we're collating this kind of problem?
Problem
I tried to update to 1.45.0 right now and rustup reported an error for the "stable" channel part.
The failure seems to be one missing file (although reported as a missing directory) from the step of removing previous "rust-src" component. I attached the full output in the notes section.
Steps
rustup update
Possible Solution(s)
I could solve this issue just by
touch
ing the reported missing file and trying again.Notes
Output of the failed
rustup update
attempt:The following outputs are from after the successful update. I hope they are still relevant to this context...
Output of
rustup --version
:Output of
rustup show
:The text was updated successfully, but these errors were encountered: