diff --git a/doc/go1.16.html b/doc/go1.16.html index 878bf0d029..f6f72c3882 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -378,6 +378,16 @@ func TestFoo(t *testing.T) { fixes.
+
+  The vet tool now warns about incorrectly passing a non-pointer or nil argument to
+  asn1.Unmarshal.
+  This is like the existing checks for
+  encoding/json.Unmarshal
+  and encoding/xml.Unmarshal.
+