-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
io::Error is UnwindSafe, but only on 64-bit platforms #95203
Copy link
Copy link
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.P-highHigh priorityHigh priorityT-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.P-highHigh priorityHigh priorityT-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Code
I tried this code:
I expected to see this happen: either it to compile or not compile.
Instead, this happened: it compiled but only on 64-bit platforms.
Version it worked on
It most recently worked on: Rust 1.59 (where it did not compile no matter what platform)
Version with regression
rustc --version --verbose:Backtrace
Backtrace
@rustbot modify labels: +regression-from-stable-to-beta -regression-untriaged