This commit is contained in:
vms 2020-09-10 13:17:37 +03:00
parent d63039a387
commit d98014bf8e

View File

@ -92,7 +92,7 @@ fn generate_type_prolog(
quote! {
let #generated_arg_id = #supplied_arg_start_id != 0;
}
},
}
ty if !ty.is_complex_type() => {
let supplied_arg_start_id = new_ident!(format!("arg_{}", supplied_arg_start_id));
quote! {