blob: 18bdde45e2c9d5582a65de8b59caa90d03f41d66 (
plain)
1
2
3
4
5
6
7
8
|
error: constant pattern depends on a generic parameter
--> $DIR/issue-79137-toogeneric.rs:12:43
|
LL | matches!(GetVariantCount::<T>::VALUE, GetVariantCount::<T>::VALUE)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error
|