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
HOTFIX normalise field types before emitting them (#95)
The `Ty`s found in field information can contain `AliasTy` as well as
`ParamTy`, and potentially have unevaluated constants.
Also now panicking if an unevaluated constant is found in array type
metadata.
In the discussion, it was pointed out that the variant fields can be
obtained using `stable_mir` crate (interface) methods only, so I
refactored the code to not use internals where possible.
Related Zulip discussion:[#project-stable-mir > Visiting ADT field
types, problem with unevaluated
constants](https://rust-lang.zulipchat.com/#narrow/channel/320896-project-stable-mir/topic/Visiting.20ADT.20field.20types.2C.20problem.20with.20unevaluated.20constants)
0 commit comments