]> git.proxmox.com Git - rustc.git/blame - src/test/ui/consts/issue-79137-toogeneric.stderr
New upstream version 1.64.0+dfsg1
[rustc.git] / src / test / ui / consts / issue-79137-toogeneric.stderr
CommitLineData
fc512014
XL
1error: constant pattern depends on a generic parameter
2 --> $DIR/issue-79137-toogeneric.rs:12:43
3 |
4LL | matches!(GetVariantCount::<T>::VALUE, GetVariantCount::<T>::VALUE)
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
6
7error: constant pattern depends on a generic parameter
8 --> $DIR/issue-79137-toogeneric.rs:12:43
9 |
10LL | matches!(GetVariantCount::<T>::VALUE, GetVariantCount::<T>::VALUE)
11 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
12
13error: aborting due to 2 previous errors
14