2024-07-13 18:32:10 +02:00
|
|
|
error[E0158]: constant pattern depends on a generic parameter
|
2020-11-21 13:47:09 +08:00
|
|
|
--> $DIR/issue-79137-toogeneric.rs:12:43
|
2020-11-20 21:49:49 +08:00
|
|
|
|
|
|
|
|
LL | matches!(GetVariantCount::<T>::VALUE, GetVariantCount::<T>::VALUE)
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2020-11-20 21:49:49 +08:00
|
|
|
|
2024-07-13 18:32:10 +02:00
|
|
|
For more information about this error, try `rustc --explain E0158`.
|