]> Cypherpunks repositories - gostls13.git/commit
go/types, types2: remove internal constant enableInterfaceInference
authorRobert Griesemer <gri@golang.org>
Tue, 1 Aug 2023 04:46:31 +0000 (21:46 -0700)
committerGopher Robot <gobot@golang.org>
Tue, 1 Aug 2023 16:43:44 +0000 (16:43 +0000)
commit8597d052b2467a9f9ea20673555d65f0149c4bb4
tree025cb6669562ebf7cea21339b28e4435110746b8
parent68a32ced0f7b1b9abf9fd948db53c668ef6b1c66
go/types, types2: remove internal constant enableInterfaceInference

We're not going to disable this functionality as it would
invalidate code that now type-checks with type inference
based on this mechanism.

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