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
We have merged PR #117745 in the rustc repository, which enables users to use the dump() functionality for inspecting functions. Additionally, it provides the -Zunpretty=stable-mir to the compiler. However, this implementation is still in its early stages. Our ultimate goal is to emulate the MIR output, albeit in a stable_mir format. This approach allows us the flexibility to deviate as necessary, tailoring the output to meet our specific requirements.
I would like to use this issue to follow development and improvements to emit functionality of stable_mir.
Fix binder printing, it looks ugly now we could mimic mir to pretty print this
We have merged PR #117745 in the rustc repository, which enables users to use the
dump()
functionality for inspecting functions. Additionally, it provides the-Zunpretty=stable-mir
to the compiler. However, this implementation is still in its early stages. Our ultimate goal is to emulate theMIR
output, albeit in astable_mir
format. This approach allows us the flexibility to deviate as necessary, tailoring the output to meet our specific requirements.I would like to use this issue to follow development and improvements to emit functionality of
stable_mir
.mir
to pretty print thisty
ofPlace
TyKind::Alias
andTyKind::Bound
Will edit this as I found more issues.
The text was updated successfully, but these errors were encountered: