summaryrefslogtreecommitdiff
path: root/src/hir/from_ast.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hir/from_ast.cpp')
-rw-r--r--src/hir/from_ast.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hir/from_ast.cpp b/src/hir/from_ast.cpp
index 06102fe5..275e5845 100644
--- a/src/hir/from_ast.cpp
+++ b/src/hir/from_ast.cpp
@@ -735,7 +735,7 @@
e.info.is_unsafe,
e.info.m_abi,
box$( LowerHIR_Type(*e.info.m_rettype) ),
- mv$(args)
+ mv$(args) // TODO: e.info.is_variadic
};
if( f.m_abi == "" )
f.m_abi = "rust";