We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de89e7 commit 5b3a384Copy full SHA for 5b3a384
1 file changed
cmd/gravity/src/codegen/func.rs
@@ -66,7 +66,7 @@ impl<'a> Func<'a> {
66
Self {
67
direction: Direction::Import { param_name },
68
args: Vec::new(),
69
- // Imports use the stack so the return is always empty
+ // Imports use the stack so the generated function never has a return value
70
result: GoResult::Empty,
71
tmp: 0,
72
body: Tokens::new(),
0 commit comments