You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<autogenerated>:1: internal compiler error: panic: makeABIWrapper support for wrapping methods not implemented
Please file a bug report including a short program that triggers the error.
https://go.dev/issue/new
Go build failed.
The text was updated successfully, but these errors were encountered:
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Wrapping
(Msd).String()
withdecorator_func_String
, and put it back using//go:linktime
https://go.dev/play/p/16jLlQCA9Yf
What did you expect to see?
Compiled successfully
What did you see instead?
The text was updated successfully, but these errors were encountered: