gccrs
gccrs copied to clipboard
Ambiguity between const generic and type should always resolve as a type
When there is ambiguity if a generic argument could be resolved as either a type or const argument, it is always resolved as a type.