pub fn const_int_from_debug(text: &str) -> Option<u64>
Parse an integer from a MIR constant’s Debug text. Handles decimal, 0x hex, and Value(...) forms.
Debug
0x
Value(...)