2020-07-30 00:34:16 -05:00
|
|
|
error: constant pattern depends on a generic parameter
|
2020-09-22 17:39:19 -05:00
|
|
|
--> $DIR/issue-73976-polymorphic.rs:20:37
|
2020-07-20 20:28:51 -05:00
|
|
|
|
|
|
|
|
LL | matches!(GetTypeId::<T>::VALUE, GetTypeId::<T>::VALUE)
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2020-07-30 00:34:16 -05:00
|
|
|
error: constant pattern depends on a generic parameter
|
2020-09-22 17:39:19 -05:00
|
|
|
--> $DIR/issue-73976-polymorphic.rs:32:42
|
2020-07-20 20:28:51 -05:00
|
|
|
|
|
|
|
|
LL | matches!(GetTypeNameLen::<T>::VALUE, GetTypeNameLen::<T>::VALUE)
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2020-07-30 00:34:16 -05:00
|
|
|
error: constant pattern depends on a generic parameter
|
2020-09-22 17:39:19 -05:00
|
|
|
--> $DIR/issue-73976-polymorphic.rs:20:37
|
2020-07-20 20:28:51 -05:00
|
|
|
|
|
|
|
|
LL | matches!(GetTypeId::<T>::VALUE, GetTypeId::<T>::VALUE)
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2020-07-30 00:34:16 -05:00
|
|
|
error: constant pattern depends on a generic parameter
|
2020-09-22 17:39:19 -05:00
|
|
|
--> $DIR/issue-73976-polymorphic.rs:32:42
|
2020-07-20 20:28:51 -05:00
|
|
|
|
|
|
|
|
LL | matches!(GetTypeNameLen::<T>::VALUE, GetTypeNameLen::<T>::VALUE)
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to 4 previous errors
|
|
|
|
|