mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
837c5dd7de
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.