Skip to content

Commit 684c0dc

Browse files
committed
Comments and cleanup.
1 parent 9155544 commit 684c0dc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/comp/back/abi.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,11 @@ const int obj_body_elt_typarams = 1;
8888

8989
const int obj_body_elt_fields = 2;
9090

91+
// The base object to which an anonymous object is attached.
9192
const int obj_body_elt_with_obj = 3;
9293

93-
94-
/* The base object to which an anonymous
95-
* object is attached */
94+
// The two halves of a closure: code and environment.
9695
const int fn_field_code = 0;
97-
9896
const int fn_field_box = 1;
9997

10098
const int closure_elt_tydesc = 0;

0 commit comments

Comments
 (0)