From: Alberto Donizetti Date: Tue, 1 Dec 2020 13:03:54 +0000 (+0100) Subject: doc/go1.16: add runtime/debug changes to release notes X-Git-Tag: go1.16beta1~132 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4ef78b09c9ea54019e13fd19b2368960b155399f;p=gostls13.git doc/go1.16: add runtime/debug changes to release notes For #40700 Fixes #42912 Change-Id: Ifd36950136db1fc93a8de76a2717a473210418b1 Reviewed-on: https://go-review.googlesource.com/c/go/+/274473 Trust: Alberto Donizetti Reviewed-by: Keith Randall Reviewed-by: Dmitri Shuralyov --- 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.
runtime/debug

- 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.