Skip to content

Commit 6cdb69c

Browse files
committed
refactor trans into trans_closure; restore original closure repr
1 parent 5a5f33c commit 6cdb69c

File tree

5 files changed

+442
-415
lines changed

5 files changed

+442
-415
lines changed

src/comp/back/abi.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ const fn_field_box: int = 1;
7474

7575
const closure_elt_tydesc: int = 0;
7676
const closure_elt_bindings: int = 1;
77-
const closure_elt_n_ty_params: int = 2;
78-
const closure_elt_ty_params: int = 3;
77+
//const closure_elt_n_ty_params: int = 2;
78+
const closure_elt_ty_params: int = 2; // 3;
7979

8080
const vec_elt_fill: int = 0;
8181

0 commit comments

Comments
 (0)