mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +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.