import.cc
29.9 KB
-
compiler: track //go:nointerface in export data · 8221fb01
The magic //go:nointerface comment, used for field tracking, was only implemented for conversions to interface types in the same package. Record it in the export data, so that it works as expected for types imported from a different package. Reviewed-on: https://go-review.googlesource.com/93075 From-SVN: r257540
Ian Lance Taylor committed