]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: detect duplicate importing earlier
authorKeith Randall <khr@golang.org>
Fri, 5 Mar 2021 17:50:28 +0000 (09:50 -0800)
committerKeith Randall <khr@golang.org>
Tue, 9 Mar 2021 18:33:42 +0000 (18:33 +0000)
commitb6df58bd1f3b2a05787f62bbec4267f7867d4bbd
treeeb4cec56f6378b1fca569c00051e0783b3647179
parente8e425cb231863c1ed1bcf00dd5a517ceeaf6b9c
cmd/compile: detect duplicate importing earlier

Change-Id: I05ba944e189a884b727e40a9526d212612c3e923
Reviewed-on: https://go-review.googlesource.com/c/go/+/299770
Trust: Keith Randall <khr@golang.org>
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/typecheck/func.go
src/cmd/compile/internal/typecheck/iimport.go