const internal/types/errors.MisplacedConstraintIface
5 uses
internal/types/errors (current package)
code_string.go#L150: _ = x[MisplacedConstraintIface-142]
codes.go#L1392: MisplacedConstraintIface
go/types
call.go#L217: check.errorf(call, MisplacedConstraintIface, "cannot use interface %s in conversion (contains specific type constraints or is comparable)", T)
typexpr.go#L179: check.softErrorf(e, MisplacedConstraintIface, "cannot use type %s outside a type constraint: interface is (or embeds) comparable", typ)
typexpr.go#L181: check.softErrorf(e, MisplacedConstraintIface, "cannot use type %s outside a type constraint: interface contains type constraints", typ)