-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Closed
Labels
A-borrow-checkerArea: The borrow checkerArea: The borrow checkerC-bugCategory: This is a bug.Category: This is a bug.I-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Description
There are many tests in compile-fail/borrowck/ that ICE with the same failure: "assertion failure, left == right" (with specific instances of MIR Lvalues then printed for left
and right
respectively.
- You can see list of such tests in the discrepancy spreadsheet.
- But for ease of reference, I am also transcribing that list into the first comment on this issue.
This may be due to some over-zealous assertion somewhere in MIR-borrowck.
In any case it needs diagnosis and fixing.
Metadata
Metadata
Assignees
Labels
A-borrow-checkerArea: The borrow checkerArea: The borrow checkerC-bugCategory: This is a bug.Category: This is a bug.I-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️