]> git.lizzy.rs Git - rust.git/blobdiff - crates/hir_def/src/item_tree.rs
Remove previously added parameter names from the function data
[rust.git] / crates / hir_def / src / item_tree.rs
index 0fd91b9d01700a80a04164688198e450e500d0da..8a1121bbdfbc3a9bd46b9422aeb939dfed53d349 100644 (file)
@@ -505,6 +505,7 @@ pub struct Function {
     pub visibility: RawVisibilityId,
     pub generic_params: GenericParamsId,
     pub has_self_param: bool,
+    pub has_body: bool,
     pub is_unsafe: bool,
     pub params: Box<[TypeRef]>,
     pub is_varargs: bool,