mirror of
git://git.proxmox.com/git/perlmod.git
synced 2025-09-19 09:44:24 +03:00
macro: fix syntax error in non-result tuple case
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
@@ -439,7 +439,7 @@ fn handle_return_kind(
|
|||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
handle_return = quote! {
|
handle_return = quote! {
|
||||||
let result = match #name(#passed_arguments);
|
let result = #name(#passed_arguments);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user