Skip to content

Commit 5b3a384

Browse files
committed
comment
1 parent 0de89e7 commit 5b3a384

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/gravity/src/codegen/func.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ impl<'a> Func<'a> {
6666
Self {
6767
direction: Direction::Import { param_name },
6868
args: Vec::new(),
69-
// Imports use the stack so the return is always empty
69+
// Imports use the stack so the generated function never has a return value
7070
result: GoResult::Empty,
7171
tmp: 0,
7272
body: Tokens::new(),

0 commit comments

Comments
 (0)