]> Cypherpunks repositories - gostls13.git/commit
go/types: panic if named type instances are mutated
authorRobert Findley <rfindley@google.com>
Sat, 22 Jan 2022 17:24:41 +0000 (12:24 -0500)
committerRobert Findley <rfindley@google.com>
Mon, 24 Jan 2022 19:02:43 +0000 (19:02 +0000)
commit48ec6df16c285cda50bd38970b82402e8c46919b
tree9e106b5a9f45e69d3dbd124f884b54a7d8eb1453
parent97e740e8b0ff1b32b164b0cbef06c12c4d591f3f
go/types: panic if named type instances are mutated

Change-Id: Idc4d561c7037f33aa9c844b411c38c6cb5bbfbcd
Reviewed-on: https://go-review.googlesource.com/c/go/+/380374
Trust: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
Reviewed-by: Robert Griesemer <gri@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/compile/internal/types2/named.go
src/go/types/named.go