mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
10 lines
371 B
Plaintext
10 lines
371 B
Plaintext
error[E0158]: constant pattern depends on a generic parameter
|
|
--> $DIR/issue-79137-toogeneric.rs:12:43
|
|
|
|
|
LL | matches!(GetVariantCount::<T>::VALUE, GetVariantCount::<T>::VALUE)
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
For more information about this error, try `rustc --explain E0158`.
|