We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49aad0a commit 0c8bff3Copy full SHA for 0c8bff3
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 9155544a5a5f9e48edabb5b79243c31146256d23
+refs/heads/master: 684c0dc494820aa0189526278bdce7290400872e
trunk/src/comp/back/abi.rs
@@ -88,13 +88,11 @@ const int obj_body_elt_typarams = 1;
88
89
const int obj_body_elt_fields = 2;
90
91
+// The base object to which an anonymous object is attached.
92
const int obj_body_elt_with_obj = 3;
93
-
94
-/* The base object to which an anonymous
95
- * object is attached */
+// The two halves of a closure: code and environment.
96
const int fn_field_code = 0;
97
98
const int fn_field_box = 1;
99
100
const int closure_elt_tydesc = 0;
0 commit comments