]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/syntax: fix scanner.{op,prec} docs
authorMatthew Dempsky <mdempsky@google.com>
Sat, 26 Mar 2022 02:03:37 +0000 (19:03 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Mon, 28 Mar 2022 18:17:41 +0000 (18:17 +0000)
commit26a8cf56e0cfdb555025f60acf2e2ec773a5f492
treec6818e7007b275e710313897fd7275ff8cd5330a
parent0d651041a9f48bbd1456317dfc784cdfa253e877
cmd/compile/internal/syntax: fix scanner.{op,prec} docs

These fields are also valid for _Star.

Change-Id: I2582000ac1737c41416e69f91404f7cac279d718
Reviewed-on: https://go-review.googlesource.com/c/go/+/395916
Trust: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Robert Griesemer <gri@golang.org>
src/cmd/compile/internal/syntax/scanner.go