mirror of
https://github.com/golang/go
synced 2024-11-23 15:20:03 -07:00
cmd/gc: print more information for windows failure
TBR=iant CC=golang-dev https://golang.org/cl/39510043
This commit is contained in:
parent
0c0589ec42
commit
295e73e13f
@ -707,7 +707,7 @@ importfile(Val *f, int line)
|
||||
}
|
||||
|
||||
if(!findpkg(path)) {
|
||||
yyerror("can't find import: \"%Z\"", f->u.sval);
|
||||
yyerror("can't find import: \"%Z\" [path=%Z]", f->u.sval, path);
|
||||
errorexit();
|
||||
}
|
||||
importpkg = mkpkg(path);
|
||||
|
Loading…
Reference in New Issue
Block a user