rust/tests/ui/consts/issue-79137-toogeneric.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
294 B
Plaintext
Raw Normal View History

error: constant pattern depends on a generic parameter
2020-11-20 23:47:09 -06:00
--> $DIR/issue-79137-toogeneric.rs:12:43
|
LL | matches!(GetVariantCount::<T>::VALUE, GetVariantCount::<T>::VALUE)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
2023-02-27 11:43:39 -06:00
error: aborting due to previous error