Skip to content

Commit

Permalink
Merge pull request #363 from Nadrieril/update-charon
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadrieril authored Nov 20, 2024
2 parents 15444b9 + 19c5bff commit ee2f13b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.
2edc77aeaa411f8320d9ab9d33c7a49d0bf8eec1
c641098d7443a243c4e5b4d5150421e87f85caac
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.

2 changes: 1 addition & 1 deletion src/Errors.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ let log = Logging.errors_log

let raw_span_to_string (raw_span : Meta.raw_span) =
let file =
match raw_span.file with
match raw_span.file.name with
| Virtual s | Local s -> s
in
let loc_to_string (l : Meta.loc) : string =
Expand Down

0 comments on commit ee2f13b

Please sign in to comment.