From a09d48380204fa948a3af397dc2188b93bf5793f Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Tue, 14 Jul 2020 18:23:45 +0200 Subject: Thread varargs through r-a --- crates/ra_hir_def/src/item_tree.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/ra_hir_def/src/item_tree.rs') diff --git a/crates/ra_hir_def/src/item_tree.rs b/crates/ra_hir_def/src/item_tree.rs index 3e603bd55..da79d8ffd 100644 --- a/crates/ra_hir_def/src/item_tree.rs +++ b/crates/ra_hir_def/src/item_tree.rs @@ -503,6 +503,7 @@ pub struct Function { pub has_self_param: bool, pub is_unsafe: bool, pub params: Box<[TypeRef]>, + pub is_varargs: bool, pub ret_type: TypeRef, pub ast_id: FileAstId, } -- cgit v1.2.3