]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/gc: omit non-explicit capacity in errors with map/chan make
authorChris Manghane <cmang@golang.org>
Tue, 9 Dec 2014 03:17:37 +0000 (19:17 -0800)
committerChris Manghane <cmang@golang.org>
Wed, 25 Feb 2015 20:04:22 +0000 (20:04 +0000)
commit77d7771a829411b36461487b90a1e3034843b8dd
tree9e6e9704c2938230dad8ee7cb45d60dcfd862a8c
parent85d09574fd2ed789eb5550a04eae1d261aaf4d17
cmd/internal/gc: omit non-explicit capacity in errors with map/chan make

Fixes #9083.

Change-Id: Ifbdebafb39a73a1dacf7e67171e8e88028d1f10b
Reviewed-on: https://go-review.googlesource.com/1219
Reviewed-by: Russ Cox <rsc@golang.org>
Run-TryBot: Chris Manghane <cmang@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/internal/gc/fmt.go
test/escape2.go
test/escape2n.go
test/fixedbugs/issue9083.go [new file with mode: 0644]