diff --git a/doc/go1.21.html b/doc/go1.21.html index 3f7a73947f..97ee457a32 100644 --- a/doc/go1.21.html +++ b/doc/go1.21.html @@ -70,8 +70,57 @@ Do not send CLs removing the interior tags from such phrases. spec in past releases. The new rule provides an unambiguous definition.

-

- TODO: https://go.dev/issue/59338: infer type arguments from assignments of generic functions (reverse type inference) +

+ Multiple improvements that increase the power and precision of type inference have been made. +

+ + +

+ More generally, the description of + type inference + in the language spec has been clarified. + Together, all these changes make type inference more powerful and inference failures less surprising.