]> Cypherpunks repositories - gostls13.git/commit
runtime: slightly better error message for assertion panics with identical looking...
authorRobert Griesemer <gri@golang.org>
Mon, 4 Jun 2018 23:32:07 +0000 (16:32 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 5 Jun 2018 00:29:50 +0000 (00:29 +0000)
commit75c1aed3457238295d761b5a6f3adcf776c578e7
treef99c3ecc40623d1d08f122ef4ffbd6f4b99e4fed
parentb219a68ad957462470695bcd0333e24ea9bdf08c
runtime: slightly better error message for assertion panics with identical looking types

Fixes #18911.

Change-Id: Ice10f37460a4f0a66cddeacfe26c28045f5e60fe
Reviewed-on: https://go-review.googlesource.com/116255
Run-TryBot: Robert Griesemer <gri@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/runtime/error.go
test/fixedbugs/issue18911.dir/a.go [new file with mode: 0644]
test/fixedbugs/issue18911.dir/b.go [new file with mode: 0644]
test/fixedbugs/issue18911.go [new file with mode: 0644]