-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
i686-pc-windows-gnu fails to compile rsbegin #109996
Copy link
Copy link
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.P-mediumMedium priorityMedium priorityT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.regression-from-stable-to-nightlyPerformance or correctness regression from stable to nightly.Performance or correctness regression from stable to nightly.
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.P-mediumMedium priorityMedium priorityT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.regression-from-stable-to-nightlyPerformance or correctness regression from stable to nightly.Performance or correctness regression from stable to nightly.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Reproducer
I tried this script:
I expected to see a successful complication.
Instead, this happened:
Passing
-Zmir-enable-passes=-CheckAlignmentseems to fix this, so it looks like a possible regression introduced in #98112.Version it worked on
It most recently worked on: rustc 1.70.0-nightly (ec2f40c 2023-03-30)
Version with regression
rustc --version --verbose:@rustbot modify labels: +regression-from-stable-to-nightly -regression-untriaged