If a type does not implement an interface, the compiler currently only reports one
error. It would be nice if it reported more errors.
http://play.golang.org/p/ayvTDLAJiZ
The text was updated successfully, but these errors were encountered:
rsc
changed the title
cmd/gc: Report more errors on failed interface satisfaction
cmd/compile: Report more errors on failed interface satisfaction
Jun 8, 2015
odeke-em
changed the title
cmd/compile: Report more errors on failed interface satisfaction
cmd/compile: report all missing methods on failed interface satisfaction
Oct 3, 2016
The text was updated successfully, but these errors were encountered: