mirror of
https://github.com/golang/go
synced 2024-11-18 18:04:46 -07:00
58fec203a2
Recent test runs exposed that we are racing to types.Unsafe, as a result of parallel type checking. Example: https://storage.googleapis.com/go-build-log/494dd1dd/linux-amd64-race_c978961e.log We shouldn't have to type check unsafe, so we can return early instead. Change-Id: I20143dbfb07925d85d7342b93360bdda1c45e4aa Reviewed-on: https://go-review.googlesource.com/c/tools/+/218497 Reviewed-by: Rebecca Stambler <rstambler@golang.org> |
||
---|---|---|
.. | ||
analysis.go | ||
cache.go | ||
check.go | ||
debug.go | ||
error_test.go | ||
errors.go | ||
external.go | ||
load.go | ||
mod_tidy.go | ||
overlay.go | ||
parse.go | ||
pkg.go | ||
session.go | ||
snapshot.go | ||
view.go |