]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: emit error message on mismatch import path
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Wed, 3 Jul 2024 06:13:05 +0000 (13:13 +0700)
committerGopher Robot <gobot@golang.org>
Wed, 3 Jul 2024 13:03:08 +0000 (13:03 +0000)
commit71f9dbb1e409a28680f40c60fad5a386ed92a096
tree1096da567864464b7d647852132284c53361d417
parent148755a27b50134d1db72c3c0bdf500815569531
cmd/compile: emit error message on mismatch import path

Fixes #54542

Change-Id: I16cfb84fc54892923106d0a6f0b3ba810886d077
Reviewed-on: https://go-review.googlesource.com/c/go/+/596396
Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/compile/internal/noder/unified.go
test/fixedbugs/issue54542.go [new file with mode: 0644]