We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae3bfba commit 4ef78b0Copy full SHA for 4ef78b0
doc/go1.16.html
@@ -663,7 +663,10 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
663
<dl id="runtime/debug"><dt><a href="/pkg/runtime/debug/">runtime/debug</a></dt>
664
<dd>
665
<p><!-- CL 249677 -->
666
- TODO: <a href="https://golang.org/cl/249677">https://golang.org/cl/249677</a>: provide Addr method for errors from SetPanicOnFault
+ The <a href="/pkg/runtime#Error"><code>runtime.Error</code> values
667
+ used when <code>SetPanicOnFault</code> is enabled may now have an
668
+ <code>Addr</code> method. If that method exists, it returns the memory
669
+ address that triggered the fault.
670
</p>
671
</dd>
672
</dl><!-- runtime/debug -->
0 commit comments