-
Google
Highlights
- Pro
Block or Report
Block or report griesemer
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
358 contributions in the last year
Less
More
Contribution activity
December 2022
Created 12 commits in 1 repository
Created an issue in golang/go that received 1 comment
cmd/compile: bad error message for failing constraint type inference
package p func f[S []E, E any]() {} var _ = f[int] // ERROR S does not match []E
The error should be: int does not match []E.
1
comment


