mirror of
https://github.com/golang/go
synced 2024-11-02 15:37:45 +00:00
ffc0573b85
The error message is now positioned at the statement position (which is an identifing token, such as the '=' for assignments); and in case of assignments it emphasizes the assignment by putting the Lhs and Rhs in parentheses. Finally, the wording is changed from "use of * as value" to the stronger "cannot use * as value" (for which there is precedent elsewhere in the parser). Fixes #36858. Change-Id: Ic3f101bba50f58e3a1d9b29645066634631f2d61 Reviewed-on: https://go-review.googlesource.com/c/go/+/218337 Reviewed-by: Matthew Dempsky <mdempsky@google.com> |
||
---|---|---|
.. | ||
chan.go | ||
chan1.go | ||
composite.go | ||
ddd.go | ||
else.go | ||
if.go | ||
import.go | ||
initvar.go | ||
interface.go | ||
semi1.go | ||
semi2.go | ||
semi3.go | ||
semi4.go | ||
semi5.go | ||
semi6.go | ||
semi7.go | ||
topexpr.go | ||
typesw.go | ||
vareq.go | ||
vareq1.go |