mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/compile: pass package name to types.NewPkg
Change-Id: I08b43b08a8d2e9851f41401feee4b72287ced774 Reviewed-on: https://go-review.googlesource.com/41072 Reviewed-by: Matthew Dempsky <mdempsky@google.com>
This commit is contained in:
parent
ec241db2fd
commit
b2a363b7ea
7 changed files with 29 additions and 29 deletions
|
|
@ -1535,7 +1535,7 @@ func dumptypestructs() {
|
|||
if flag_msan {
|
||||
dimportpath(msanpkg)
|
||||
}
|
||||
dimportpath(types.NewPkg("main"))
|
||||
dimportpath(types.NewPkg("main", ""))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue