mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
9 lines
294 B
Plaintext
9 lines
294 B
Plaintext
error: 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 previous error
|
|
|