Inspectopedia
 
2024.3

Non-structural-match type used for const generic parameter

Error
New
Last modified: 03 December 2024

Reports the use of non-structural-match types for const generic parameters. Only structural-match types (types that derive PartialEq and Eq and implement ConstParamTy) can be used for const generic parameters.