Add missing case in tyencode for ty_constr
Fixes the Windoze breakage, I hope.
This commit is contained in:
parent
1a2a8b6b17
commit
41212792c6
3 changed files with 66 additions and 0 deletions
|
|
@ -122,6 +122,7 @@ export ty_box;
|
|||
export ty_chan;
|
||||
export ty_char;
|
||||
export ty_constr;
|
||||
export ty_constr_arg;
|
||||
export ty_float;
|
||||
export ty_fn;
|
||||
export ty_fn_abi;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue