rusty
rusty copied to clipboard
Internally generated code should not produce debug information
Now that we are generating quite a bit of code internally in the compiler, we should make sure none of this generated code also generates debug infos, since this could lead to confusion for the user when stepping through "invisible" lines of code in their IDE/having to step multiple times to move to the next statement.