You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like typeck::collect::get_enum_variant_types assigns the wrong type to a struct variant constructor (the enum type itself, rather than an function mapping the struct fields to the enum type). Trying to fix it.
I'm not even sure if this should work, but it does pass typechecking.
This yields an ICE in trans:
The message is from
trans::base::iter_structural_ty
.The text was updated successfully, but these errors were encountered: