]> Cypherpunks repositories - gostls13.git/commit
[dev.typeparams] cmd/compile/internal/syntax: cleanup panic calls
authorRobert Griesemer <gri@golang.org>
Thu, 5 Aug 2021 04:17:54 +0000 (21:17 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 6 Aug 2021 20:34:48 +0000 (20:34 +0000)
commit3a9fd99849bbd9eab7e4e14a4dda95239c41ab83
tree4302127258b7b42d36b176d165a4f7abe13521b3
parentc3b57af8bc0fb4fe9b30e42891e9aff54c0c7a82
[dev.typeparams] cmd/compile/internal/syntax: cleanup panic calls

End-users are not expected to deal with the details of panics,
so providing extra information such as an "internal error" prefix
is not helpful.

Matches the types2 changes made in https://golang.org/cl/339969 .

Change-Id: Icb34a9daab981a84f41f8ae7ae5dc1b85b2d2c81
Reviewed-on: https://go-review.googlesource.com/c/go/+/339904
Trust: Robert Griesemer <gri@golang.org>
Run-TryBot: Robert Griesemer <gri@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
src/cmd/compile/internal/syntax/parser.go
src/cmd/compile/internal/syntax/positions.go
src/cmd/compile/internal/syntax/walk.go