mirror of
https://github.com/golang/go
synced 2024-11-23 00:40:08 -07:00
9799622f09
Towards better syntax error messages: With this change, the parser knows whether a semicolon was an actual ';' in the source, or whether it was an automatically inserted semicolon as result of a '\n' or EOF. Using this information in error messages makes them more understandable. For #17328. Change-Id: I8cd9accee8681b62569d0ecef922d38682b401eb Reviewed-on: https://go-review.googlesource.com/36636 Reviewed-by: Matthew Dempsky <mdempsky@google.com> |
||
---|---|---|
.. | ||
chan1.go | ||
chan.go | ||
composite.go | ||
ddd.go | ||
else.go | ||
forvar.go | ||
if.go | ||
import.go | ||
interface.go | ||
semi1.go | ||
semi2.go | ||
semi3.go | ||
semi4.go | ||
semi5.go | ||
semi6.go | ||
semi7.go | ||
topexpr.go | ||
typesw.go | ||
vareq1.go | ||
vareq.go |