-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
io::Error is UnwindSafe, but only on 64-bit platforms #95203
Comments
@xfix which non-64bit platform does reproduce the issue (not sure if this question matters a lot)? |
All platforms that have rust/library/std/src/io/error.rs Lines 4 to 12 in 547369d
|
Ah, |
Hmm, this should probably not be closed, unless prioritization will still see it if it is closed. |
Yeah, for backports I think the issue stays open until the backport is landed or decided against. Reopened for tracking. |
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
The text was updated successfully, but these errors were encountered: