Rust
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.
- By ID
Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.
RsNonStructuralMatchTypeAsConstGenericParameter
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Rust, 243.22831 |
Thanks for your feedback!
Was this page helpful?