x/tools/go/ssa/interp: allow more string conversions of byte slices #55115
Labels
Analysis
Issues related to static analysis (vet, x/tools/go/analysis)
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
We are probably going to accepted more kinds of conversions from byte or rune slices to strings #23536 (comment) .
interp
does not currently accept such conversions:On the above example ssa/interp will panic with the message:
The text was updated successfully, but these errors were encountered: