Skip to content

Commit

Permalink
Update charon
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadrieril committed Jan 7, 2025
1 parent 9baecae commit d68b11a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion charon-pin
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# This is the commit from https://github.com/AeneasVerif/charon that should be used with this version of aeneas.
5984bd9b25b01afad4762efc250220bb969e59d4
8a17efc262ef3af377ab172efc865edcf1bb40ea
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions src/interp/InterpreterStatements.ml
Original file line number Diff line number Diff line change
Expand Up @@ -738,8 +738,7 @@ let eval_transparent_function_call_symbolic_inst (span : Meta.span)
let fn_ref =
Option.get
(Substitute.lookup_and_subst_trait_decl_provided_method
trait_decl method_name trait_decl_ref.decl_generics
func.generics)
trait_decl method_name trait_ref func.generics)
in
let method_id = fn_ref.fun_id in
let method_def = ctx_lookup_fun_decl ctx method_id in
Expand Down Expand Up @@ -772,7 +771,7 @@ let eval_transparent_function_call_symbolic_inst (span : Meta.span)
let fn_ref =
Option.get
(Substitute.lookup_and_subst_trait_decl_method trait_decl
method_name trait_decl_ref.decl_generics func.generics)
method_name trait_ref func.generics)
in
let method_id = fn_ref.fun_id in
let generics = fn_ref.fun_generics in
Expand Down

0 comments on commit d68b11a

Please sign in to comment.