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
Auto merge of #641 - flodiebold:print-concrete-const, r=jackh726
Program printer: Use Debug to print concrete consts
Most importantly, we shouldn't panic for them. I was considering requiring `Interner::InternedConcreteConst` to implement `Display`, but it already requires `Debug` and I think that may be a better choice anyway. Of course this may result in an invalid program being printed, but that's still better than panicking.
0 commit comments