Expand description
Stable naming helpers for MIR-based outputs. Stable naming helpers used by MIR browser graphs and backends.
Structs§
- Function
Names - Stable synthesized identifiers for locals in one MIR function.
- Program
Names - Stable synthesized identifiers for functions in a MIR program.
Functions§
- mangle_
canonical_ ident - Mangle a canonical source-level identifier into a Rust-compatible name.
- synthetic_
temp_ ident - Build a valid synthetic temporary identifier for generated Rust.