Extract head constant's display form as a string, for diagnostic prefix matching. Uses `{kid}`'s Display impl (which is defined for every `KernelMode`), not the inner `Name` which only has Display in Meta mode. Returns `None` if the head isn't a `Const`.
(e: &KExpr<M>)
| 1659 | } |
| 1660 | log::info!( |
| 1661 | "[eta] const={} depth={} reason={} id={} idx={} a={} b={}", |
| 1662 | self.debug_label.as_deref().unwrap_or("<unknown>"), |
| 1663 | self.def_eq_depth, |
| 1664 | reason, |
| 1665 | id_s, |
| 1666 | idx, |
| 1667 | compact_def_eq_expr(a), |
no test coverage detected