]> Cypherpunks repositories - gostls13.git/commit
gc: improve error message for composite literals with unexpected newlines
authorRyan Hitchman <hitchmanr@gmail.com>
Mon, 2 Apr 2012 15:00:55 +0000 (11:00 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 2 Apr 2012 15:00:55 +0000 (11:00 -0400)
commit8a686792e08f1114fd7819a32d8c2e3c4ddddc14
treea15c452fbdeb9fc708d84f7b33154dad7fb8cd96
parenta9de5bb3eb36fcae6d0744603a5bd7a5be606796
gc: improve error message for composite literals with unexpected newlines

R=golang-dev, r, rsc
CC=golang-dev
https://golang.org/cl/5857045
src/cmd/gc/go.errors
src/cmd/gc/yerr.h
test/syntax/composite.go [new file with mode: 0644]