Closed
Description
This package sends the type checker into an infinite loop:
package x
type A[T any] struct { x A[*T] }
/cc @griesemer @findleyr
This package sends the type checker into an infinite loop:
package x
type A[T any] struct { x A[*T] }
/cc @griesemer @findleyr