Rewrite debuginfo #2012
Labels
A-codegen
Area: Code generation
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
E-hard
Call for participation: Hard difficulty. Experience needed to fix: A lot.
It is currently broken as a result of the monomorphization changes. Large chunks of it have been broken since the start (only turned on with
--xg
). A lot of the code's assumptions just don't hold, so keeping it typechecking and partially working as one changes the rest of the compiler has been a repeated source of pain for me.The text was updated successfully, but these errors were encountered: