-
Notifications
You must be signed in to change notification settings - Fork 13k
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
x.py setup
fails with explicit panic
#102555
Comments
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Oct 2, 2022
fix issue with x.py setup running into explicit panic Fixes problem with [Issue rust-lang#102555](rust-lang#102555) causing `x.py` setup to fail. Simply requires `rustfmt` be downloaded a little later.
I think this was fixed in #102557? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When trying to run
x.py setup
, the program exits with an explicit panic and does not create theconfig.toml
file. The error and full backtrace are as follows (on Arch Linux x86_64):The text was updated successfully, but these errors were encountered: