Bootstrap panics when running x fmt --check
#100258
Labels
C-bug
Category: This is a bug.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
I ran
x fmt --check
and got this panic, although the rustfmt output had already been printed:Notably after running
x fmt
, the panic stops (andx fmt
doesn't panic either). But reintroducing something where rustfmt will suggest changes brings the panic in--check
back.See previous discussion at this Zulip thread.
cc @jyn514
The text was updated successfully, but these errors were encountered: