From 01821137c24750ddc7a58d3469bfd8c5e9d6bd47 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Mon, 29 Mar 2021 14:59:39 -0700 Subject: [PATCH] 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 Reviewed-by: Robert Findley --- src/cmd/compile/internal/types2/errors.go | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cmd/compile/internal/types2/errors.go b/src/cmd/compile/internal/types2/errors.go index 79fedc91e1..88ea72f593 100644 --- a/src/cmd/compile/internal/types2/errors.go +++ b/src/cmd/compile/internal/types2/errors.go @@ -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. -- 2.50.0