]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix printing of array types in error messages
authorRobert Griesemer <gri@golang.org>
Tue, 5 Jun 2018 00:17:16 +0000 (17:17 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 5 Jun 2018 00:43:22 +0000 (00:43 +0000)
commit4a2bec9726eca30cd499695f210fe5e26f949229
treebe969a226269ad9d8f6a97c8f4818ce05cc94e9d
parent75c1aed3457238295d761b5a6f3adcf776c578e7
cmd/compile: fix printing of array types in error messages

Fixes #23094.

Change-Id: I9aa36046488baa5f55cf2099e10cfb39ecd17b06
Reviewed-on: https://go-review.googlesource.com/116256
Run-TryBot: Robert Griesemer <gri@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/compile/internal/gc/fmt.go
test/fixedbugs/issue23094.go [new file with mode: 0644]