aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/errorcodes.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/go/types/errorcodes.go')
-rw-r--r--src/go/types/errorcodes.go13
1 files changed, 2 insertions, 11 deletions
diff --git a/src/go/types/errorcodes.go b/src/go/types/errorcodes.go
index 3d24da7b53..bcc850f753 100644
--- a/src/go/types/errorcodes.go
+++ b/src/go/types/errorcodes.go
@@ -281,16 +281,7 @@ const (
_IncomparableMapKey
// _InvalidIfaceEmbed occurs when a non-interface type is embedded in an
- // interface.
- //
- // Example:
- // type T struct {}
- //
- // func (T) m()
- //
- // type I interface {
- // T
- // }
+ // interface (for go 1.17 or earlier).
_InvalidIfaceEmbed
// _InvalidPtrEmbed occurs when an embedded field is of the pointer form *T,
@@ -884,7 +875,7 @@ const (
// context in which it is used.
//
// Example:
- // var _ = 1 + ""
+ // var _ = 1 + nil
_InvalidUntypedConversion
// _BadOffsetofSyntax occurs when unsafe.Offsetof is called with an argument