Skip to content

Commit 1373e9c

Browse files
committed
---
yaml --- r: 6705 b: refs/heads/master c: 6cdb69c h: refs/heads/master i: 6703: 77adc3f v: v3
1 parent 6d73849 commit 1373e9c

File tree

6 files changed

+443
-416
lines changed

6 files changed

+443
-416
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 5a5f33c7791b395a987a3a23a7c02017ede9ffe4
2+
refs/heads/master: 6cdb69cccbb9a86487fc0fd5d10edb01ce9479a4

trunk/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)