Skip to content

Commit 0182113

Browse files
committed
cmd/compile/internal/types2: review of errors.go
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 <[email protected]> Reviewed-by: Robert Findley <[email protected]>
1 parent 93dcaba commit 0182113

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cmd/compile/internal/types2/errors.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// UNREVIEWED
21
// Copyright 2012 The Go Authors. All rights reserved.
32
// Use of this source code is governed by a BSD-style
43
// license that can be found in the LICENSE file.

0 commit comments

Comments
 (0)