2020-11-20 07:49:49 -06:00
|
|
|
error: constant pattern depends on a generic parameter
|
2020-11-20 23:47:09 -06:00
|
|
|
--> $DIR/issue-79137-toogeneric.rs:12:43
|
2020-11-20 07:49:49 -06:00
|
|
|
|
|
|
|
|
LL | matches!(GetVariantCount::<T>::VALUE, GetVariantCount::<T>::VALUE)
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2023-02-27 11:43:39 -06:00
|
|
|
error: aborting due to previous error
|
2020-11-20 07:49:49 -06:00
|
|
|
|