We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25a38ee commit f02f9cbCopy full SHA for f02f9cb
src/boot/me/trans.ml
@@ -2475,9 +2475,7 @@ let trans_visitor
2475
let obj = deref binding in
2476
let tydesc = get_element_ptr obj 1 in
2477
let body = get_element_ptr obj 2 in
2478
- let ty_params =
2479
- get_element_ptr (deref tydesc) Abi.tydesc_field_first_param
2480
- in
+ let ty_params = get_tydesc_params ty_params tydesc in
2481
let dtor =
2482
get_element_ptr (deref tydesc) Abi.tydesc_field_obj_drop_glue
2483
in
@@ -3670,9 +3668,9 @@ let trans_visitor
3670
3668
end
3671
3669
call.call_callee_ty_params;
3672
3673
- trans_arg1 callee_task_cell;
+ trans_arg1 callee_task_cell;
3674
3675
- trans_arg0 callee_output_cell initializing_arg0 call
+ trans_arg0 callee_output_cell initializing_arg0 call
3676
3677
3678
0 commit comments