Closed
Description
Discovered in the trybot failures of https://go.dev/cl/512636.
There's a data race to interface type set computation. I don't know how it's gone undetected for so long: the interface type set is unguarded, and instantiated interfaces are not completed.
https://cs.opensource.google/go/go/+/master:src/go/types/interface.go;l=29;drc=97f843b51f69f392bb09b24c077aca505e519551
Whatever the fix, I think we should consider back porting to 1.21+1.20.
CC @griesemer