x.py could handle submodule checkout failure more gracefully #80498
Labels
A-contributor-roadblock
Area: Makes things more difficult for new or seasoned contributors to Rust
C-bug
Category: This is a bug.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
If
x.py
can't check out the right commit of a submodule because the submodule has local edits that would be overwritten by the checkout, it crashes:Perhaps this could be handled more gracefully (with some hints on how to revert the changes to the submodule, perhaps?)
The text was updated successfully, but these errors were encountered: