]> Cypherpunks repositories - gostls13.git/commit
go/parser: slightly improved error message by adding hint
authorRobert Griesemer <gri@golang.org>
Thu, 9 Jan 2014 22:51:23 +0000 (14:51 -0800)
committerRobert Griesemer <gri@golang.org>
Thu, 9 Jan 2014 22:51:23 +0000 (14:51 -0800)
commit8a089c07ec13c2c9d3f721f2236624f6284b7877
tree3c73b847cc6405219100446da21e454a856fa6ba
parente598bf1c887e565d37bfccf7145fd01a2c655e31
go/parser: slightly improved error message by adding hint

It's difficult to make this much better w/o much
more effort. This is a rare case and probably not
worth it.

Fixes #6052.

R=golang-codereviews, bradfitz, adonovan
CC=golang-codereviews
https://golang.org/cl/49740045
src/pkg/go/parser/parser.go