]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: leave dictionary argument out of traceback argument list
authorKeith Randall <khr@golang.org>
Fri, 24 Sep 2021 22:07:59 +0000 (15:07 -0700)
committerKeith Randall <khr@golang.org>
Mon, 27 Sep 2021 19:42:34 +0000 (19:42 +0000)
commit315cec25bc7b5045f6081545a63cb27d44fcbde9
treeaee7fd698cada2eca39282b7dfba63106ff94a09
parenta80cbc25bddfa1e6be76cf539ae9276d41b5108f
cmd/compile: leave dictionary argument out of traceback argument list

The dictionary argument is implicit; the user doesn't need to see it.

Update #48578

Change-Id: I367ba4b6622119d3e01aaded90463d16823915a7
Reviewed-on: https://go-review.googlesource.com/c/go/+/352119
Trust: Keith Randall <khr@golang.org>
Trust: Dan Scales <danscales@google.com>
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dan Scales <danscales@google.com>
src/cmd/compile/internal/ssagen/ssa.go