]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix irgen reports wrong error message for misuse of //go:embed
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Wed, 13 Oct 2021 10:11:16 +0000 (17:11 +0700)
committerCuong Manh Le <cuong.manhle.vn@gmail.com>
Fri, 15 Oct 2021 01:35:56 +0000 (01:35 +0000)
commit0c45ed05612bb315c949229f7b484b4b573af4b0
tree79d910f57c65a1f0f6eab61b5fe0c28656b3e4a9
parent9e8ed86813dd49c4160dd4813901e2ac03de5abd
cmd/compile: fix irgen reports wrong error message for misuse of //go:embed

Fixes #48230

Change-Id: Ic6490e065e7e79793faa0d0201dc94f5fcea694a
Reviewed-on: https://go-review.googlesource.com/c/go/+/355529
Trust: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Trust: Dan Scales <danscales@google.com>
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Dan Scales <danscales@google.com>
src/cmd/compile/internal/noder/decl.go
src/cmd/compile/internal/noder/irgen.go
src/cmd/compile/internal/types2/stdlib_test.go
src/go/types/stdlib_test.go
test/fixedbugs/issue48230.go [new file with mode: 0644]