x/tools/playground: vet step uses different integer sizes than build step #27885
Labels
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
Milestone
These two links both emit red errors:
https://play.golang.org/p/b1Bm8V8Eh4S
https://play.golang.org/p/0ZYaKc42JZe
One of them says that the array passed to the function is 16 bytes but the function requires 12, and the other one says that the array is 12 bytes but the function requires 16. The function definition is exactly the same in both cases, so they can't both be correct.
CC @dmitshur @griesemer @bradfitz
The text was updated successfully, but these errors were encountered: