]> Cypherpunks repositories - gostls13.git/commit
builtin: clarify that interface types do not implement comparable
authorIan Lance Taylor <iant@golang.org>
Tue, 8 Feb 2022 21:11:09 +0000 (13:11 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 8 Feb 2022 21:59:36 +0000 (21:59 +0000)
commitf524a2baa4aca9e603fbf3891951b53b497dc0a1
tree7cd9e57e09d2f5d91ef5a73ae336ebd8e927062d
parent275aedccd4f2beae82dbf96c94a6c1c9b365a647
builtin: clarify that interface types do not implement comparable

Fixes #51083

Change-Id: Ic9207ae4104b06749925186e0eb4f18edf1b5007
Reviewed-on: https://go-review.googlesource.com/c/go/+/384235
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
src/builtin/builtin.go