Skip to content

Commit 9d4818c

Browse files
committed
update stderr for polymorphic ui test
1 parent a99d2cb commit 9d4818c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/test/ui/consts/issue-73976-polymorphic.stderr

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
error: could not evaluate constant pattern
2-
--> $DIR/issue-73976-polymorphic.rs:20:37
2+
--> $DIR/issue-73976-polymorphic.rs:19:37
33
|
44
LL | matches!(GetTypeId::<T>::VALUE, GetTypeId::<T>::VALUE)
55
| ^^^^^^^^^^^^^^^^^^^^^
66

77
error: could not evaluate constant pattern
8-
--> $DIR/issue-73976-polymorphic.rs:32:42
8+
--> $DIR/issue-73976-polymorphic.rs:31:42
99
|
1010
LL | matches!(GetTypeNameLen::<T>::VALUE, GetTypeNameLen::<T>::VALUE)
1111
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
1212

1313
error: could not evaluate constant pattern
14-
--> $DIR/issue-73976-polymorphic.rs:20:37
14+
--> $DIR/issue-73976-polymorphic.rs:19:37
1515
|
1616
LL | matches!(GetTypeId::<T>::VALUE, GetTypeId::<T>::VALUE)
1717
| ^^^^^^^^^^^^^^^^^^^^^
1818

1919
error: could not evaluate constant pattern
20-
--> $DIR/issue-73976-polymorphic.rs:32:42
20+
--> $DIR/issue-73976-polymorphic.rs:31:42
2121
|
2222
LL | matches!(GetTypeNameLen::<T>::VALUE, GetTypeNameLen::<T>::VALUE)
2323
| ^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)