blob: efe4fd22e547c67e6c7a3872bf7df5c1cc0a0c1f (
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 previous error
|