Commit 295e73e1 authored by Russ Cox's avatar Russ Cox

cmd/gc: print more information for windows failure

TBR=iant
CC=golang-dev
https://golang.org/cl/39510043
parent 0c0589ec
...@@ -707,7 +707,7 @@ importfile(Val *f, int line) ...@@ -707,7 +707,7 @@ importfile(Val *f, int line)
} }
if(!findpkg(path)) { 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(); errorexit();
} }
importpkg = mkpkg(path); importpkg = mkpkg(path);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment