cmd/compile: unnecessary internal variables are exported to DWARF for range-over-func loops #68238
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
The compiler exports to DWARF a variety of internal variables (#state, #next, parameters) for range-over-func loops that exist to facilitate the implementation of range-over-func but have no value for users.
These should probably not be exported.
The text was updated successfully, but these errors were encountered: