summaryrefslogtreecommitdiff
path: root/compiler/InterpreterStatements.ml
diff options
context:
space:
mode:
authorNadrieril2024-06-24 11:10:28 +0200
committerNadrieril2024-06-24 13:53:31 +0200
commit16aa66aabffeaaebc03c264b89387f010750dac3 (patch)
tree141566558cff2e1e496e32691be1dc843fc58da8 /compiler/InterpreterStatements.ml
parent25e294f859d7899ee45e44f21d710b33d610942e (diff)
Update charon
Diffstat (limited to 'compiler/InterpreterStatements.ml')
-rw-r--r--compiler/InterpreterStatements.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/InterpreterStatements.ml b/compiler/InterpreterStatements.ml
index 27f503bc..67ac15d9 100644
--- a/compiler/InterpreterStatements.ml
+++ b/compiler/InterpreterStatements.ml
@@ -1274,7 +1274,7 @@ and eval_transparent_function_call_concrete (config : config) (span : Meta.span)
| None ->
craise __FILE__ __LINE__ span
("Can't evaluate a call to an opaque function: "
- ^ name_to_string ctx def.name)
+ ^ name_to_string ctx def.item_meta.name)
| Some body -> body
in
(* TODO: we need to normalize the types if we want to correctly support traits *)