summaryrefslogtreecommitdiff
path: root/compiler/LlbcAstUtils.ml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--compiler/LlbcAstUtils.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/LlbcAstUtils.ml b/compiler/LlbcAstUtils.ml
index ffdce481..d3fac032 100644
--- a/compiler/LlbcAstUtils.ml
+++ b/compiler/LlbcAstUtils.ml
@@ -35,7 +35,9 @@ let crate_get_opaque_non_builtin_decls (k : crate) (filter_assumed : bool) :
{
type_decls = k.type_decls;
global_decls = k.global_decls;
+ fun_decls = k.fun_decls;
trait_decls = k.trait_decls;
+ trait_impls = k.trait_impls;
}
in
let is_opaque_fun (d : fun_decl) : bool =