From 5bb4f4947158311255583ff2d6acd427ac2cb0d8 Mon Sep 17 00:00:00 2001 From: Lasse Folger Date: Wed, 17 Apr 2024 13:30:58 +0000 Subject: Revert "go/types, types2: track gotypesalias non-default behavior" This reverts commit c51f6c62576ab3088a981b9cef90e413ac99e333. Reason for revert: This breaks toolchain bootstrapping in Google. Root cause investigation is pending. Error message is: ``` : internal compiler error: panic: godebug: Value of name not listed in godebugs.All: gotypesalias ``` Change-Id: Ie3dff566a29b3b0846ebc8fe0a371c656a043a4c Reviewed-on: https://go-review.googlesource.com/c/go/+/579575 Reviewed-by: Chressie Himpel LUCI-TryBot-Result: Go LUCI Reviewed-by: Than McIntosh Reviewed-by: Alan Donovan Auto-Submit: Lasse Folger --- src/runtime/metrics/doc.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/runtime') diff --git a/src/runtime/metrics/doc.go b/src/runtime/metrics/doc.go index fbbeb1a475..deb993241d 100644 --- a/src/runtime/metrics/doc.go +++ b/src/runtime/metrics/doc.go @@ -246,10 +246,6 @@ Below is the full list of supported metrics, ordered lexicographically. The number of non-default behaviors executed by the cmd/go package due to a non-default GODEBUG=gocacheverify=... setting. - /godebug/non-default-behavior/gotypesalias:events - The number of non-default behaviors executed by the go/types - package due to a non-default GODEBUG=gotypesalias=... setting. - /godebug/non-default-behavior/http2client:events The number of non-default behaviors executed by the net/http package due to a non-default GODEBUG=http2client=... setting. -- cgit v1.3