go/src/cmd
Robert Griesemer a63ff398d5 cmd/compile/internal/syntax: fix error message for ... without type
Only complain about missing type; leave it to type-checking
to decide whether "..." is permitted in the first place.

Fixes #43674.

Change-Id: Icbc8f084e364fe3ac16076406a134354219c08d0
Reviewed-on: https://go-review.googlesource.com/c/go/+/310209
Trust: Robert Griesemer <gri@golang.org>
Run-TryBot: Robert Griesemer <gri@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
2021-04-15 19:41:38 +00:00
..
addr2line
api
asm cmd/internal/obj: consolidate AMOVW and AMOVWZ optab entries 2021-04-15 18:21:15 +00:00
buildid
cgo cmd/cgo: document generated cgo directives 2021-04-13 20:07:42 +00:00
compile cmd/compile/internal/syntax: fix error message for ... without type 2021-04-15 19:41:38 +00:00
cover cmd/cover: use golang.org/x/tools/cover directly 2021-03-25 20:57:58 +00:00
dist internal/bytealg: port more performance-critical functions to ABIInternal 2021-04-15 04:10:33 +00:00
doc cmd/doc: properly display interface methods 2021-03-19 03:05:26 +00:00
fix
go cmd/go: add a Go source file in TestScript/mod_sumdb 2021-04-14 21:50:26 +00:00
gofmt go/*,cmd/gofmt: guard AST changes with the typeparams build tag 2021-04-13 22:24:31 +00:00
internal cmd/internal/obj: consolidate AMOVW and AMOVWZ optab entries 2021-04-15 18:21:15 +00:00
link cmd/link: issue error if elf header overruns 2021-04-15 14:58:38 +00:00
nm
objdump cmd/objdump: update test with register ABI 2021-04-09 00:09:47 +00:00
pack cmd/pack: use testing.T.TempDir in tests 2021-04-07 13:24:10 +00:00
pprof cmd/vendor, cmd/pprof: use golang.org/x/term directly 2021-03-26 06:03:20 +00:00
test2json
trace runtime: move next_gc and last_next_gc into gcControllerState 2021-04-14 14:03:30 +00:00
vendor cmd/go: upgrade and vendor golang.org/x/mod 2021-04-09 18:19:42 +00:00
vet cmd/vet: bring in sigchanyzer to report unbuffered channels to signal.Notify 2021-03-08 23:13:52 +00:00
README.vendor
go.mod cmd/go: upgrade and vendor golang.org/x/mod 2021-04-09 18:19:42 +00:00
go.sum cmd/go: upgrade and vendor golang.org/x/mod 2021-04-09 18:19:42 +00:00

README.vendor

See src/README.vendor for information on loading vendored packages
and updating the vendor directory.