mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
doc/go1.16: add missed heading tag in vet section
Add missed heading tag in CL 276373.
For #40700
Change-Id: Ida9e8861589bbc296a5a1cecbf9fe33fa09ed0ca
GitHub-Last-Rev: d218f8d4b7
GitHub-Pull-Request: golang/go#44111
Reviewed-on: https://go-review.googlesource.com/c/go/+/289869
Reviewed-by: Tim King <taking@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Trust: Tim King <taking@google.com>
Trust: Dmitri Shuralyov <dmitshur@golang.org>
This commit is contained in:
parent
b54cd94d47
commit
724d0720b3
1 changed files with 2 additions and 0 deletions
|
|
@ -364,6 +364,8 @@ func TestFoo(t *testing.T) {
|
|||
}
|
||||
</pre>
|
||||
|
||||
<h4 id="vet-frame-pointer">New warning for frame pointer</h4>
|
||||
|
||||
<p><!-- CL 248686, CL 276372 -->
|
||||
The vet tool now warns about amd64 assembly that clobbers the BP
|
||||
register (the frame pointer) without saving and restoring it,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue