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ยง
- is_
rust_ ๐keyword - mangle_
canonical_ ident - Mangle a canonical source-level identifier into a Rust-compatible name.
- sanitize_
ident ๐ - synthetic_
temp_ ident - Build a valid synthetic temporary identifier for generated Rust.
- unique_
name ๐