On Go 1.21+, use cmp.Ordered instead of a private type #295
Annotations
4 errors
|
Lint
Process completed with exit code 1.
|
|
Lint:
set/set.go#L167
invalid operation: s[i] < s[j] (type parameter E is not comparable with <) (typecheck)
|
|
Lint:
set/set.go#L39
invalid map key type E (missing comparable constraint) (typecheck)
|
|
Lint:
set/set.go#L29
invalid map key type E (missing comparable constraint) (typecheck)
|
Loading