mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 11:17:04 +00:00

MIR inliner maintains unused var_debug_info Only `full` debuginfo level promises variable-level debug information, but the MIR inline pass needlessly preserved the local variable debug info for the `limited` level too.