From d218f8d4b70b20c30422863db7bed3683e3218e6 Mon Sep 17 00:00:00 2001 From: KimMachineGun Date: Fri, 5 Feb 2021 10:34:18 +0900 Subject: [PATCH] doc/go1.16: add missed heading tag in vet section --- doc/go1.16.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/go1.16.html b/doc/go1.16.html index 8d31f63fa2a12e..878bf0d0293954 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -364,6 +364,8 @@

New warning for invalid testing.T use in } +

New warning for frame pointer

+

The vet tool now warns about amd64 assembly that clobbers the BP register (the frame pointer) without saving and restoring it,