Descriptioncmd/gc: tweak interface satisfaction error message
"M requires pointer receiver" can be misinterpreted to
mean that method M should have a pointer receiver but
does not. In fact the message means "M has a pointer
receiver" (and you don't have a pointer).
Fixes issue 5891.
Patch Set 1 #Patch Set 2 : diff -r 2eed959dd4c7 https://code.google.com/p/go/ #Patch Set 3 : diff -r 2eed959dd4c7 https://code.google.com/p/go/ #
MessagesTotal messages: 3
|