Debug info after MIR inlining losses track which variables represent arguments #83217
Labels
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
A-mir-opt-inlining
Area: MIR inlining
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
For example:
Running
rustc -Zinline-mir a.rs -g && gdb ./a
currently results in:It should be more or less as follows:
@rustbot label +A-mir-opt-inlining +A-debuginfo
The text was updated successfully, but these errors were encountered: