Closed
Description
Reminder issue: go/types can be invoked concurrently and while the design is such that this should be ok (we know it's working), it would be good to have a test for it.
See also #32154 for a most recent failure due to a race condition.
(A test can be added to (*tester).raceTest
in cmd/dist/test.go
.)