You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
http://play.golang.org/p/kSqOMI9a_6
Expected output:
prog.go:4: s declared and not used
But the compiler is silent.
This is an implementation restriction, and a compiler may be free to restrict or not.
That said, given the specification of the restriction, this is not consistent with the
usage checks that gc already does.
We may not be able to fix this since it may invalidate code that is now compiling.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: