We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ba33f5 + f064896 commit 7cc33beCopy full SHA for 7cc33be
1 file changed
src/allocator.rs
@@ -152,6 +152,7 @@ fn create_wrapper_function(
152
if output.is_some() {
153
block.end_with_return(None, ret);
154
} else {
155
+ block.add_eval(None, ret);
156
block.end_with_void_return(None);
157
}
158
0 commit comments