]> Cypherpunks.ru repositories - gostls13.git/commitdiff
cmd/compile/internal/types2: review of errors.go
authorRobert Griesemer <gri@golang.org>
Mon, 29 Mar 2021 21:59:39 +0000 (14:59 -0700)
committerRobert Griesemer <gri@golang.org>
Sat, 3 Apr 2021 01:45:17 +0000 (01:45 +0000)
The changes between (equivalent, and reviewed) go/types/errors.go
and errors.go can be seen by comparing patchset 1 and 2. The actual
changes are removing the "// UNREVIEWED" marker.

The go/types version is significantly different as it handles
error codes but doesn't have some of the types2 changes.

Change-Id: I48f79ce31490db938c830df7d38e247d55d54f2d
Reviewed-on: https://go-review.googlesource.com/c/go/+/305577
Trust: Robert Griesemer <gri@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
src/cmd/compile/internal/types2/errors.go

index 79fedc91e1979005aa3a06c6d7f68aab4ac5ee3f..88ea72f59385261257dca4e297fd9a0ecc950efa 100644 (file)
@@ -1,4 +1,3 @@
-// UNREVIEWED
 // Copyright 2012 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.