Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
fd1c08e51e60be9bd9aecbc2c97f01b985a9a8d4
b51c1fcb513d7c41a5c2a6d73b5cca4d3ad908a8
6 changes: 3 additions & 3 deletions flake.lock

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

2 changes: 2 additions & 0 deletions src/symbolic/SymbolicToPureExpressions.ml
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,8 @@ and translate_function_call_aux (call : S.call) (e : S.expr) (ctx : bs_ctx) :
[%internal_error] ctx.span
| CastRawPtr _ -> [%craise] ctx.span "Unsupported: raw ptr casts"
| CastTransmute _ -> [%craise] ctx.span "Unsupported: transmute"
| CastConcretize _ ->
[%craise] ctx.span "Unsupported: `dyn Trait` concretization"
end
| S.Binop binop -> (
match args with
Expand Down