File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
error: could not evaluate constant pattern
2
- --> $DIR/issue-73976-polymorphic.rs:20 :37
2
+ --> $DIR/issue-73976-polymorphic.rs:19 :37
3
3
|
4
4
LL | matches!(GetTypeId::<T>::VALUE, GetTypeId::<T>::VALUE)
5
5
| ^^^^^^^^^^^^^^^^^^^^^
6
6
7
7
error: could not evaluate constant pattern
8
- --> $DIR/issue-73976-polymorphic.rs:32 :42
8
+ --> $DIR/issue-73976-polymorphic.rs:31 :42
9
9
|
10
10
LL | matches!(GetTypeNameLen::<T>::VALUE, GetTypeNameLen::<T>::VALUE)
11
11
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
12
12
13
13
error: could not evaluate constant pattern
14
- --> $DIR/issue-73976-polymorphic.rs:20 :37
14
+ --> $DIR/issue-73976-polymorphic.rs:19 :37
15
15
|
16
16
LL | matches!(GetTypeId::<T>::VALUE, GetTypeId::<T>::VALUE)
17
17
| ^^^^^^^^^^^^^^^^^^^^^
18
18
19
19
error: could not evaluate constant pattern
20
- --> $DIR/issue-73976-polymorphic.rs:32 :42
20
+ --> $DIR/issue-73976-polymorphic.rs:31 :42
21
21
|
22
22
LL | matches!(GetTypeNameLen::<T>::VALUE, GetTypeNameLen::<T>::VALUE)
23
23
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments