Module rustc_mir_transform::const_debuginfo [−][src]
Expand description
Finds locals which are assigned once to a const and unused except for debuginfo and converts their debuginfo to use the const directly, allowing the local to be removed.