diff --git a/doc/go1.16.html b/doc/go1.16.html index 3545632ea4..0c1fe5b381 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -663,7 +663,10 @@ Do not send CLs removing the interior tags from such phrases.
- TODO: https://golang.org/cl/249677: provide Addr method for errors from SetPanicOnFault
+ The runtime.Error values
+ used when SetPanicOnFault is enabled may now have an
+ Addr method. If that method exists, it returns the memory
+ address that triggered the fault.