-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
align_offset infinite loop #103361
Copy link
Copy link
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.I-hangIssue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc.Issue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc.
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.I-hangIssue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc.Issue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc.
Type
Fields
Give feedbackNo fields configured for issues without a type.
I tried this code: (Playground)
I expected to see this happen: The program terminates.
Instead, this happened: The program loops indefinitely.
I encountered this while working on #102795
Meta
rustc --version --verbose: