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