-
Notifications
You must be signed in to change notification settings - Fork 1k
Rustc ICE while formatting #6847
Copy link
Copy link
Open
Labels
A-unicodeArea: Unicode handlingArea: Unicode handlingI-ICEIssue: Internal Compiler Error (ICE) reported by rustfmtIssue: Internal Compiler Error (ICE) reported by rustfmtS-needs-reproStatus: this issue has no reproduction and needs a reproduction to make progressStatus: this issue has no reproduction and needs a reproduction to make progress
Metadata
Metadata
Assignees
Labels
A-unicodeArea: Unicode handlingArea: Unicode handlingI-ICEIssue: Internal Compiler Error (ICE) reported by rustfmtIssue: Internal Compiler Error (ICE) reported by rustfmtS-needs-reproStatus: this issue has no reproduction and needs a reproduction to make progressStatus: this issue has no reproduction and needs a reproduction to make progress
Type
Fields
Give feedbackNo fields configured for issues without a type.
I'm not sure what to add here, but all I ran was
cargo +nightly fmt --check -p <my-crate>and got some kind of internal compiler error.My Rustfmt.toml is:
and the backtrace is:
rustc-ice-2026-03-30T22_31_13-4055538.txt
I'm not sure why this happening, but I felt I should offer the backtrace!