mirror of https://github.com/golang/go.git
conflicting scopes should cause error exit
TBR=rsc OCL=19297 CL=19297
This commit is contained in:
parent
d3f6093931
commit
fd47cb9af5
|
|
@ -1519,6 +1519,7 @@ loadpkgdata(char *data, int len)
|
|||
fprint(2, "ar: conflicting scopes for %s\n", name);
|
||||
fprint(2, "%s:\t%s\n", x->file, x->export);
|
||||
fprint(2, "%s:\t%s\n", file, export);
|
||||
errors++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue