cmd/compile/internal/importer: flip enable alias to true [1.23 backport] #70517
Labels
CherryPickCandidate
Used during the release process for point releases
Milestone
This issue is created to request a backport at go1.23 to fix #70394. The issue doesn't exist in go1.24(master) as the code has refactored a bit before and fixed this issue.
go/src/cmd/compile/internal/importer/ureader.go
Line 34 in b0bbfb1
The backport fix allows ureader to read exportdata with alias correctly and it doesn't affect the correctness of
compile
to construct exportdata for the following packages.@timothy-king
The text was updated successfully, but these errors were encountered: