File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11error: could not evaluate constant pattern
2- --> $DIR/issue-73976-polymorphic.rs:20 :37
2+ --> $DIR/issue-73976-polymorphic.rs:19 :37
33 |
44LL | matches!(GetTypeId::<T>::VALUE, GetTypeId::<T>::VALUE)
55 | ^^^^^^^^^^^^^^^^^^^^^
66
77error: could not evaluate constant pattern
8- --> $DIR/issue-73976-polymorphic.rs:32 :42
8+ --> $DIR/issue-73976-polymorphic.rs:31 :42
99 |
1010LL | matches!(GetTypeNameLen::<T>::VALUE, GetTypeNameLen::<T>::VALUE)
1111 | ^^^^^^^^^^^^^^^^^^^^^^^^^^
1212
1313error: could not evaluate constant pattern
14- --> $DIR/issue-73976-polymorphic.rs:20 :37
14+ --> $DIR/issue-73976-polymorphic.rs:19 :37
1515 |
1616LL | matches!(GetTypeId::<T>::VALUE, GetTypeId::<T>::VALUE)
1717 | ^^^^^^^^^^^^^^^^^^^^^
1818
1919error: could not evaluate constant pattern
20- --> $DIR/issue-73976-polymorphic.rs:32 :42
20+ --> $DIR/issue-73976-polymorphic.rs:31 :42
2121 |
2222LL | matches!(GetTypeNameLen::<T>::VALUE, GetTypeNameLen::<T>::VALUE)
2323 | ^^^^^^^^^^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments