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