]> Cypherpunks repositories - gostls13.git/commit
gc: syntax error for incomplete chan type
authorRyan Hitchman <hitchmanr@gmail.com>
Thu, 9 Dec 2010 18:41:24 +0000 (13:41 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 9 Dec 2010 18:41:24 +0000 (13:41 -0500)
commitf980577064181bf8d24fe514c739305fce052968
tree836ba915c21f1cffc2f2977481bf189f4f8960c5
parente1d6b3c98d70a62000f452ff72be3ab2a0640dda
gc: syntax error for incomplete chan type

Fixes #932.

R=rsc
CC=golang-dev
https://golang.org/cl/3515041
src/cmd/gc/go.errors
test/syntax/chan.go [new file with mode: 0644]