-
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
Crash in glue_take #11285
Comments
Happens whenever I try to destructurize m_limbs[i] second part (of type Limb). E.g. the following code works:
|
Is this issue still relevant? Without a self-contained case, I'm not sure we can figure this out. |
Let's close this as "unable to reproduce", since that code base needs some effort to come online with the current rust, and I don't have time for it. |
I don't think this would resurface anyways since glue_take is gone. |
[`cast_lossless`]: Suggest type alias instead of the aliased type Fixes rust-lang#11285 Still an issue with the "from" side, i.e., `I8::from(1) as I64` shows as `i8 to I64`, but this should be ok. Not possible to reliably fix currently anyway. changelog: [`cast_lossless`]: Suggest type alias instead of the aliased type
Rust pre-0.9, ff578b7
Stack trace:
, Where Limb is defined as:
, and the top-level function is:
A self-contained test case is not available yet.
The text was updated successfully, but these errors were encountered: